Searched refs:cc_t (Results 1 – 4 of 4) sorted by relevance
6 typedef unsigned char cc_t; typedef16 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 */
15 typedef unsigned char cc_t; typedef29 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 */
253 special_char_encode(cc_t c) in special_char_encode()265 static cc_t
1304 tios->c_cc[c] = (cc_t)v; in tty_stty()