Home
last modified time | relevance | path

Searched refs:cc_t (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h6 typedef unsigned char cc_t; typedef
16 cc_t c_line; /* line discipline */
17 cc_t c_cc[NCCS]; /* control characters */
25 cc_t c_line; /* line discipline */
26 cc_t c_cc[NCCS]; /* control characters */
36 cc_t c_line; /* line discipline */
37 cc_t c_cc[NCCS]; /* control characters */
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h15 typedef unsigned char cc_t; typedef
29 cc_t c_line; /* line discipline */
30 cc_t c_cc[NCCS]; /* control characters */
38 cc_t c_line; /* line discipline */
39 cc_t c_cc[NCCS]; /* control characters */
49 cc_t c_line; /* line discipline */
50 cc_t c_cc[NCCS]; /* control characters */
/external/openssh/
Dttymodes.c253 special_char_encode(cc_t c) in special_char_encode()
265 static cc_t
/external/libedit/src/
Dtty.c1304 tios->c_cc[c] = (cc_t)v; in tty_stty()