Searched refs:t_stopc (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dioctl_compat.h49 char t_stopc; /* stop output */ member in struct:tchars
/freebsd-11-stable/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;
1008 n->t_stopc = s[C_STOP];
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c512 tbuf.t_stopc = CHK (tbuf.t_stopc, CTRL ('S'));
/freebsd-11-stable/contrib/telnet/telnet/
H A Dexterns.h357 # define termStopChar ntc.t_stopc
373 # define termStopCharp (cc_t *)&ntc.t_stopc
H A Dsys_bsd.c450 tc.t_stopc = _POSIX_VDISABLE;
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c138 cc[VSTOP] = tc->t_stopc;
225 tc->t_stopc = cc[VSTOP];
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c67 #undef t_stopc macro
235 *valp = termbuf.tc.t_stopc;
236 *valpp = (cc_t *)&termbuf.tc.t_stopc;
470 return(((termbuf.tc.t_startc) > 0 && (termbuf.tc.t_stopc) > 0) ? 1 : 0);
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c210 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
346 tiop->tchars.t_stopc = -1; /* C-s */
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c107 #undef t_stopc macro

Completed in 208 milliseconds