Home
last modified time | relevance | path

Searched refs:cc_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydefaults.h104 static const cc_t ttydefchars[] = {
109 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
H A D_termios.h217 typedef unsigned char cc_t; typedef
225 cc_t c_cc[NCCS]; /* control chars */
/f-stack/freebsd/kern/
H A Dtty_compat.c132 cc_t *cc; in ttsetcompat()
148 cc_t *cc; in ttsetcompat()
204 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat()
220 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat()
232 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat()
H A Dtty_ttydisc.c706 cc_t c; in ttydisc_reprint()