Home
last modified time | relevance | path

Searched refs:NCCS (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dncurses_mingw.h56 #define NCCS 18 macro
64 cc_t c_cc[NCCS];
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h46 #define NCCS 32 macro
53 cc_t c_cc[NCCS]; // control characters
/freebsd/sys/sys/
H A D_termios.h75 #define NCCS 20 macro
231 cc_t c_cc[NCCS]; /* control chars */
H A Dttydefaults.h106 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
/freebsd/contrib/libedit/
H A Dtty.h270 # if defined(POSIX) && defined(NCCS)
271 # define NUMCC NCCS
/freebsd/contrib/tcsh/
H A Ded.term.h321 # if defined(POSIX) && defined(NCCS)
322 # define NUMCC NCCS
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c1069 for (i = 0; i < NCCS; ++i) in refclock_setup()
1147 for (i = 0; i < NCCS; ++i) in refclock_setup()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c600 for (i=0; i<NCCS; i++) in linux_to_bsd_termios()
621 for (i=0; i<NCCS; i++) { in linux_to_bsd_termios()
/freebsd/sys/kern/
H A Dtty.c632 for (cc = 0; cc < NCCS; ++cc) in ttydev_ioctl()