Searched refs:OMIT (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | stty.c | 192 #define OMIT 8 /* Don't display value. */ macro 217 {"hup", control, REV | OMIT, HUPCL, 0}, 239 {"tandem", input, REV | OMIT, IXOFF, 0}, 323 {"crterase", local, REV | OMIT, ECHOE, 0}, 335 {"prterase", local, REV | OMIT, ECHOPRT, 0}, 339 {"ctlecho", local, REV | OMIT, ECHOCTL, 0}, 343 {"crtkill", local, REV | OMIT, ECHOKE, 0}, 354 {"evenp", combination, REV | OMIT, 0, 0}, 355 {"parity", combination, REV | OMIT, 0, 0}, 356 {"oddp", combination, REV | OMIT, 0, 0}, [all …]
|