Lines Matching +full:stop +full:- +full:mode

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
26 tcflag_t c_iflag; /* input mode flags */
27 tcflag_t c_oflag; /* output mode flags */
28 tcflag_t c_cflag; /* control mode flags */
29 tcflag_t c_lflag; /* local mode flags */
35 tcflag_t c_iflag; /* input mode flags */
36 tcflag_t c_oflag; /* output mode flags */
37 tcflag_t c_cflag; /* control mode flags */
38 tcflag_t c_lflag; /* local mode flags */
46 tcflag_t c_iflag; /* input mode flags */
47 tcflag_t c_oflag; /* output mode flags */
48 tcflag_t c_cflag; /* control mode flags */
49 tcflag_t c_lflag; /* local mode flags */
60 #define VKILL 3 /* Kill-line character [ICANON]. */
62 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON]. */
66 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */
67 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */
75 #define VREPRINT 12 /* Reprint-line character [ICANON]. */
77 #define VWERASE 14 /* Word-erase character [ICANON]. */
78 #define VLNEXT 15 /* Literal-next character [IEXTEN]. */
79 #define VEOF 16 /* End-of-file character [ICANON]. */
80 #define VEOL 17 /* End-of-line character [ICANON]. */
93 #define IXON 0002000 /* Enable start/stop output control. */
94 #define IXANY 0004000 /* Any character will restart after stop. */
95 #define IXOFF 0010000 /* Enable start/stop input control. */
97 #define IUTF8 0040000 /* Input is UTF-8 */
102 #define ONLCR 0000004 /* Map NL to CR-NL on output. */
161 #define CSTOPB 0000100 /* Two stop bits instead of one. */
215 #define TCIOFF 2 /* Send a STOP character. */