Searched refs:cc_t (Results 1 – 14 of 14) sorted by relevance
61 if (sizeof (cc_t) == 1 || _POSIX_VDISABLE == 0 in __tcgetattr()64 __KERNEL_NCCS * sizeof (cc_t)), in __tcgetattr()65 _POSIX_VDISABLE, (NCCS - __KERNEL_NCCS) * sizeof (cc_t)); in __tcgetattr()69 __KERNEL_NCCS * sizeof (cc_t)); in __tcgetattr()
30 cc_t c_line; /* line discipline */31 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
76 __KERNEL_NCCS * sizeof (cc_t)); in __tcsetattr()
30 cc_t c_line; /* line discipline */31 cc_t c_cc[NCCS]; /* control characters */
33 cc_t c_line; /* line discipline */34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */
31 cc_t c_cc[NCCS]; /* control characters */32 cc_t c_line; /* line discipline (== c_cc[33]) */
34 cc_t c_cc[__KERNEL_NCCS]; /* control characters */35 cc_t c_line; /* line discipline */
23 typedef unsigned char cc_t; typedef
32 cc_t c_cc[__KERNEL_NCCS]; /* control characters */33 cc_t c_line; /* line discipline */
94 cc_t ttydefchars[NCCS] = {
Completed in 9 milliseconds