NCCS               78 ext/termios/termios.c     return Scm_MakeU8VectorFromArray(NCCS, (const unsigned char*)t->term.c_cc);
NCCS               86 ext/termios/termios.c     if (SCM_U8VECTOR_SIZE(val) != NCCS) {
NCCS               88 ext/termios/termios.c                   NCCS, SCM_U8VECTOR_SIZE(val));
NCCS               90 ext/termios/termios.c     memcpy(t->term.c_cc, SCM_U8VECTOR_ELEMENTS(val), NCCS);
NCCS              312 ext/termios/termios.c     DEFSYM(NCCS);