Searched refs:SANE_SET (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | stty.c | 189 #define SANE_SET 1 /* Set in 'sane' mode. */ macro 219 {"cread", control, SANE_SET | REV, CREAD, 0}, 229 {"brkint", input, SANE_SET | REV, BRKINT, 0}, 236 {"icrnl", input, SANE_SET | REV, ICRNL, 0}, 247 {"imaxbel", input, SANE_SET | REV, IMAXBEL, 0}, 253 {"opost", output, SANE_SET | REV, OPOST, 0}, 261 {"onlcr", output, SANE_SET | REV, ONLCR, 0}, 277 {"nl0", output, SANE_SET, NL0, NLDLY}, 283 {"cr0", output, SANE_SET, CR0, CRDLY}, 296 {"tab0", output, SANE_SET, TAB0, TABDLY}, [all …]
|