Searched refs:NCCS (Results 1 – 9 of 9) sorted by relevance
56 #define NCCS 18 macro64 cc_t c_cc[NCCS];
46 #define NCCS 32 macro53 cc_t c_cc[NCCS]; // control characters
75 #define NCCS 20 macro231 cc_t c_cc[NCCS]; /* control chars */
106 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
270 # if defined(POSIX) && defined(NCCS)271 # define NUMCC NCCS
321 # if defined(POSIX) && defined(NCCS)322 # define NUMCC NCCS
1069 for (i = 0; i < NCCS; ++i) in refclock_setup() 1147 for (i = 0; i < NCCS; ++i) in refclock_setup()
600 for (i=0; i<NCCS; i++) in linux_to_bsd_termios()621 for (i=0; i<NCCS; i++) { in linux_to_bsd_termios()
632 for (cc = 0; cc < NCCS; ++cc) in ttydev_ioctl()