D | stty.c | 185 control, input, output, local, combination enumerator 207 {"parenb", control, REV, PARENB, 0}, 208 {"parodd", control, REV, PARODD, 0}, 210 {"cmspar", control, REV, CMSPAR, 0}, 212 {"cs5", control, 0, CS5, CSIZE}, 213 {"cs6", control, 0, CS6, CSIZE}, 214 {"cs7", control, 0, CS7, CSIZE}, 215 {"cs8", control, 0, CS8, CSIZE}, 216 {"hupcl", control, REV, HUPCL, 0}, 217 {"hup", control, REV | OMIT, HUPCL, 0}, [all …]
|