Searched refs:NCCS (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 41 #define NCCS 17 macro 257 cc_t c_cc[NCCS]; /* control chars */
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 41 #define NCCS 17 macro 257 cc_t c_cc[NCCS]; /* control chars */
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | stty.h | 57 #define MAX_CC NCCS-1 /* max number of ctrl char fields printed by stty -g */
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | strtty.h | 78 unsigned char t_cc[NCCS]; /* settable control chars */
|
H A D | termios.h | 75 #define NCCS 19 macro 93 cc_t c_cc[NCCS]; /* control chars */
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 75 #ifndef NCCS 77 # define NCCS NCC macro 79 # define NCCS elementsof(((struct termio*)0)->c_cc) macro 420 for(i=0;i< NCCS; i++) in gin() 452 for(i=0;i< NCCS; i++) in gout()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 615 memcpy(s5termios.c_cc, termios->c_cc, NCCS); 641 memcpy(termios->c_cc, s5termios.c_cc, NCCS);
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | ms.c | 348 bzero(cb->c_cc, NCCS); 1000 bzero(cb->c_cc, NCCS);
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 542 const char ccs[NCCS] = { 0x03, 0x1c, 0x08, 0x15, 0x04, 0x00, 0x00, in kmdb_prom_term_init()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 438 last = NCCS - 1;
|
H A D | stty.c | 786 last = NCCS - 2; in prencode()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | kbd.c | 370 bzero(cb->c_cc, NCCS); in kbdopen()
|
H A D | ldterm.c | 4136 bcopy(tp->t_amodes.c_cc, tp->t_modes.c_cc, NCCS); in ldterm_do_ioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 674 for (i = 0; i < NCCS; i++) { in show_termios()
|