Lines Matching +full:19 +full:- +full:input
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5 #include <asm-generic/termbits-common.h>
15 #define NCCS 19
17 tcflag_t c_iflag; /* input mode flags */
22 cc_t c_line; /* line discipline (== c_cc[19]) */
23 speed_t c_ispeed; /* input speed */
30 tcflag_t c_iflag; /* input mode flags */
35 cc_t c_line; /* line discipline (== c_cc[19]) */
36 speed_t c_ispeed; /* input speed */
43 tcflag_t c_iflag; /* input mode flags */
48 cc_t c_line; /* line discipline (== c_cc[19]) */
49 speed_t c_ispeed; /* input speed */
108 * POSIX.1-2008, Ch. 11.2.3 "Output Modes"