Home
last modified time | relevance | path

Searched refs:t_quitc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tcsh/
H A Dmi.termios.c272 termios_p->c_cc[VQUIT] = tcbuf.t_quitc;
381 tcbuf.t_quitc = termios_p->c_cc[VQUIT];
H A Ded.term.c868 s[C_QUIT] = n->t_quitc; in tty_getchar()
1006 n->t_quitc = s[C_QUIT]; in tty_setchar()
/freebsd/contrib/telnet/telnet/
H A Dexterns.h352 # define termQuitChar ntc.t_quitc
368 # define termQuitCharp (cc_t *)&ntc.t_quitc
H A Dsys_bsd.c466 tc.t_quitc = _POSIX_VDISABLE; in TerminalNewMode()
/freebsd/sys/sys/
H A Dioctl_compat.h46 char t_quitc; /* quit */ member
/freebsd/sys/kern/
H A Dtty_compat.c132 cc[VQUIT] = tc->t_quitc; in ttsetcompat()
219 tc->t_quitc = cc[VQUIT]; in tty_ioctl_compat()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c105 #undef t_quitc