Lines Matching +full:output +full:- +full:enable

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
27 tcflag_t c_oflag; /* output mode flags */
36 tcflag_t c_oflag; /* output mode flags */
42 speed_t c_ospeed; /* output speed */
47 tcflag_t c_oflag; /* output mode flags */
53 speed_t c_ospeed; /* output speed */
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]. */
87 #define INPCK 0000020 /* Enable input parity check. */
93 #define IXON 0002000 /* Enable start/stop output control. */
95 #define IXOFF 0010000 /* Enable start/stop input control. */
97 #define IUTF8 0040000 /* Input is UTF-8 */
100 #define OPOST 0000001 /* Perform output processing. */
101 #define OLCUC 0000002 /* Map lower case to upper case on output. */
102 #define ONLCR 0000004 /* Map NL to CR-NL on output. */
162 #define CREAD 0000200 /* Enable receiver. */
163 #define PARENB 0000400 /* Parity enable. */
191 #define ISIG 0000001 /* Enable signals. */
194 #define ECHO 0000010 /* Enable echo. */
199 #define IEXTEN 0000400 /* Enable DISCARD and LNEXT. */
205 #define TOSTOP 0100000 /* Send SIGTTOU for background output. */
213 #define TCOOFF 0 /* Suspend output. */
214 #define TCOON 1 /* Restart suspended output. */
225 #define TCSADRAIN TCSETSW /* Change when pending output is written. */