Home
last modified time | relevance | path

Searched refs:t_cc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/kern/
H A Dtty.c605 cc = tp->t_cc; in ttyinput_wlock()
1308 memcpy(tp->t_cc, t->c_cc, sizeof(t->c_cc)); in ttioctl()
1695 if (nread < tp->t_cc[VMIN] && !tp->t_cc[VTIME]) in ttnread()
1786 memcpy(tp->t_cc, ttydefchars, sizeof(ttydefchars)); in ttychars()
1813 tp->t_cc[VSTOP] != _POSIX_VDISABLE && in ttyblock()
1814 putc(tp->t_cc[VSTOP], &tp->t_outq) == 0) { in ttyblock()
1976 cc = tp->t_cc; in ttread()
2502 ttyecho(tp->t_cc[VERASE], tp); in ttyrub()
2539 if (tp->t_cc[VREPRINT] != _POSIX_VDISABLE) in ttyretype()
2540 ttyecho(tp->t_cc[VREPRINT], tp); in ttyretype()
[all …]
H A Dtty_pty.c1062 u_char *cc = tp->t_cc; in ptyioctl()
/netbsd-src/sys/sys/
H A Dtty.h156 #define t_cc t_termios.c_cc macro