Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dmi.termios.c274 termios_p->c_cc[VSTOP] = tcbuf.t_stopc;
383 tcbuf.t_stopc = termios_p->c_cc[VSTOP];
H A Ded.term.c870 s[C_STOP] = n->t_stopc; in tty_getchar()
1008 n->t_stopc = s[C_STOP]; in tty_setchar()
/freebsd/contrib/telnet/telnet/
H A Dexterns.h357 # define termStopChar ntc.t_stopc
373 # define termStopCharp (cc_t *)&ntc.t_stopc
H A Dsys_bsd.c448 tc.t_stopc = _POSIX_VDISABLE; in TerminalNewMode()
/freebsd/sys/sys/
H A Dioctl_compat.h48 char t_stopc; /* stop output */ member
/freebsd/sys/kern/
H A Dtty_compat.c134 cc[VSTOP] = tc->t_stopc; in ttsetcompat()
221 tc->t_stopc = cc[VSTOP]; in tty_ioctl_compat()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c107 #undef t_stopc