Lines Matching +full:stop +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
14 #include <asm-generic/termbits-common.h>
24 tcflag_t c_iflag; /* input mode flags */
25 tcflag_t c_oflag; /* output mode flags */
26 tcflag_t c_cflag; /* control mode flags */
27 tcflag_t c_lflag; /* local mode flags */
33 tcflag_t c_iflag; /* input mode flags */
34 tcflag_t c_oflag; /* output mode flags */
35 tcflag_t c_cflag; /* control mode flags */
36 tcflag_t c_lflag; /* local mode flags */
44 tcflag_t c_iflag; /* input mode flags */
45 tcflag_t c_oflag; /* output mode flags */
46 tcflag_t c_cflag; /* control mode flags */
47 tcflag_t c_lflag; /* local mode flags */
58 #define VKILL 3 /* Kill-line character [ICANON] */
60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */
64 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF] */
65 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF] */
73 #define VREPRINT 12 /* Reprint-line character [ICANON] */
75 #define VWERASE 14 /* Word-erase character [ICANON] */
76 #define VLNEXT 15 /* Literal-next character [IEXTEN] */
77 #define VEOF 16 /* End-of-file character [ICANON] */
78 #define VEOL 17 /* End-of-line character [ICANON] */
82 #define IXON 0x0400 /* Enable start/stop output control */
83 #define IXOFF 0x1000 /* Enable start/stop input control */
85 #define IUTF8 0x4000 /* Input is UTF-8 */
89 #define ONLCR 0x00004 /* Map NL to CR-NL on output */
125 #define CSTOPB 0x00000040 /* Two stop bits instead of one */