D | stty.c | 185 control, input, output, local, combination enumerator 228 {"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0}, 229 {"brkint", input, SANE_SET | REV, BRKINT, 0}, 230 {"ignpar", input, REV, IGNPAR, 0}, 231 {"parmrk", input, REV, PARMRK, 0}, 232 {"inpck", input, REV, INPCK, 0}, 233 {"istrip", input, REV, ISTRIP, 0}, 234 {"inlcr", input, SANE_UNSET | REV, INLCR, 0}, 235 {"igncr", input, SANE_UNSET | REV, IGNCR, 0}, 236 {"icrnl", input, SANE_SET | REV, ICRNL, 0}, [all …]
|