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

/haiku/src/bin/network/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;
/haiku/src/bin/network/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);

Completed in 109 milliseconds