Searched refs:NCCS (Results 1 – 12 of 12) sorted by relevance
23 #define NCCS 17 macro31 cc_t c_cc[NCCS]; /* control characters */
23 #define NCCS 32 macro31 cc_t c_cc[NCCS]; /* control characters */
24 #define NCCS 32 macro31 cc_t c_cc[NCCS]; /* control characters */
283 #define NCCS 20 /* Value duplicated in <hurd/tioctl.defs>. */ macro284 cc_t c_cc[NCCS];330 _IOT (_IOTS (tcflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
65 _POSIX_VDISABLE, (NCCS - __KERNEL_NCCS) * sizeof (cc_t)); in __tcgetattr()71 for (size_t cnt = __KERNEL_NCCS; cnt < NCCS; ++cnt) in __tcgetattr()
16 element {struct termios} cc_t c_cc [NCCS]18 constant NCCS
90 cc_t ttydefchars[NCCS] = {
94 cc_t ttydefchars[NCCS] = {
256 @item cc_t c_cc[NCCS]282 @deftypevr Macro int NCCS
602 * sysdeps/generic/termbits.h (NCCS): Doc fix.
11783 * sysdeps/unix/sysv/linux/powerpc/termbits.h: Increase NCCS to 39,