Searched defs:termio (Results 1 – 14 of 14) sorted by relevance
29 struct termio struct31 unsigned short int c_iflag; /* input mode flags */32 unsigned short int c_oflag; /* output mode flags */33 unsigned short int c_cflag; /* control mode flags */34 unsigned short int c_lflag; /* local mode flags */35 unsigned char c_line; /* line discipline */36 unsigned char c_cc[NCC]; /* control characters */
23 struct termio { struct24 unsigned short c_iflag; /* input mode flags */25 unsigned short c_oflag; /* output mode flags */26 unsigned short c_cflag; /* control mode flags */27 unsigned short c_lflag; /* local mode flags */28 unsigned char c_line; /* line discipline */29 unsigned char c_cc[NCC]; /* control characters */
256 struct termio { struct257 unsigned short c_iflag; /* input modes */258 unsigned short c_oflag; /* output modes */259 unsigned short c_cflag; /* control modes */260 unsigned short c_lflag; /* line discipline modes */261 char c_line; /* line discipline */262 unsigned char c_cc[NCC]; /* control chars */
30 static struct termio termio; variable
76 static struct termio termio, save_io; variable
56 struct termio termio; in test1() local
92 struct termios termio; in set_terminal() local
65280 struct termio { struct65281 short unsigned int c_iflag;65282 short unsigned int c_oflag;65283 short unsigned int c_cflag;65284 short unsigned int c_lflag;65285 unsigned char c_line;65286 unsigned char c_cc[8];
95695 struct termio { struct95696 short unsigned int c_iflag;95697 short unsigned int c_oflag;95698 short unsigned int c_cflag;95699 short unsigned int c_lflag;95700 unsigned char c_line;95701 unsigned char c_cc[10];
78528 struct termio { struct78529 short unsigned int c_iflag;78530 short unsigned int c_oflag;78531 short unsigned int c_cflag;78532 short unsigned int c_lflag;78533 unsigned char c_line;78534 unsigned char c_cc[8];
67407 struct termio { struct67408 short unsigned int c_iflag;67409 short unsigned int c_oflag;67410 short unsigned int c_cflag;67411 short unsigned int c_lflag;67412 unsigned char c_line;67413 unsigned char c_cc[8];