Searched refs:SANE_UNSET (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | stty.c | 190 #define SANE_UNSET 2 /* Unset in 'sane' mode. */ macro 228 {"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0}, 234 {"inlcr", input, SANE_UNSET | REV, INLCR, 0}, 235 {"igncr", input, SANE_UNSET | REV, IGNCR, 0}, 238 {"ixoff", input, SANE_UNSET | REV, IXOFF, 0}, 241 {"iuclc", input, SANE_UNSET | REV, IUCLC, 0}, 244 {"ixany", input, SANE_UNSET | REV, IXANY, 0}, 250 {"iutf8", input, SANE_UNSET | REV, IUTF8, 0}, 255 {"olcuc", output, SANE_UNSET | REV, OLCUC, 0}, 258 {"ocrnl", output, SANE_UNSET | REV, OCRNL, 0}, [all …]
|