Searched refs:cc_t (Results 1 – 8 of 8) sorted by relevance
7 typedef unsigned char cc_t; typedef32 cc_t c_line; /* line discipline */34 cc_t c_cc[NCCS]; /* control characters */36 cc_t c_cc[NCCS+2]; /* kernel needs 2 more to hold vmin/vtime */37 #define SIZEOF_USER_TERMIOS sizeof (struct termios) - (2*sizeof (cc_t))46 cc_t c_line; /* line discipline */47 cc_t c_cc[NCCS+2]; /* control characters */57 cc_t c_line; /* line discipline */58 cc_t c_cc[NCCS+2]; /* control characters */
20 typedef unsigned char cc_t; typedef30 cc_t c_line; /* line discipline */31 cc_t c_cc[NCCS]; /* control characters */39 cc_t c_line; /* line discipline */40 cc_t c_cc[NCCS]; /* control characters */50 cc_t c_line; /* line discipline */51 cc_t c_cc[NCCS]; /* control characters */
7 typedef unsigned char cc_t; typedef17 cc_t c_line; /* line discipline */18 cc_t c_cc[NCCS]; /* control characters */26 cc_t c_line; /* line discipline */27 cc_t c_cc[NCCS]; /* control characters */37 cc_t c_line; /* line discipline */38 cc_t c_cc[NCCS]; /* control characters */
16 typedef unsigned char cc_t; typedef26 cc_t c_line; /* line discipline */27 cc_t c_cc[NCCS]; /* control characters */35 cc_t c_line; /* line discipline */36 cc_t c_cc[NCCS]; /* control characters */46 cc_t c_line; /* line discipline */47 cc_t c_cc[NCCS]; /* control characters */
16 typedef unsigned char cc_t; typedef30 cc_t c_line; /* line discipline */31 cc_t c_cc[NCCS]; /* control characters */39 cc_t c_line; /* line discipline */40 cc_t c_cc[NCCS]; /* control characters */50 cc_t c_line; /* line discipline */51 cc_t c_cc[NCCS]; /* control characters */
7 typedef unsigned char cc_t; typedef23 cc_t c_cc[NCCS]; /* control characters */24 cc_t c_line; /* line discipline (== c_cc[19]) */36 cc_t c_cc[NCCS]; /* control characters */37 cc_t c_line; /* line discipline (== c_cc[19]) */49 cc_t c_cc[NCCS]; /* control characters */50 cc_t c_line; /* line discipline (== c_cc[19]) */
12 typedef unsigned char cc_t; typedef28 cc_t c_cc[NCCS]; /* control characters */29 cc_t c_line; /* line discipline (== c_cc[19]) */41 cc_t c_cc[NCCS]; /* control characters */42 cc_t c_line; /* line discipline (== c_cc[19]) */
Completed in 15 milliseconds