NCCS
const char ccs[NCCS] = { 0x03, 0x1c, 0x08, 0x15, 0x04, 0x00, 0x00,
for (i = 0; i < NCCS; i++) {
#define MAX_CC NCCS-1 /* max number of ctrl char fields printed by stty -g */
last = NCCS - 2;
last = NCCS - 1;
bcopy(tp->t_amodes.c_cc, tp->t_modes.c_cc, NCCS);
unsigned char t_cc[NCCS]; /* settable control chars */
cc_t c_cc[NCCS]; /* control chars */
bzero(cb->c_cc, NCCS);
bzero(cb->c_cc, NCCS);