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

/haiku/src/bin/network/telnet/
H A Dexterns.h358 # define termStopChar ntc.t_stopc macro
423 extern cc_t termStopChar;
425 # define termStopChar new_tc.c_cc[VSTOP] macro
455 # define termStopCharp &termStopChar
H A Dterminal.c81 cc_t termStopChar; variable
H A Dsys_bsd.c265 termStopChar = CONTROL('S');
283 case SLC_XOFF: return(&termStopChar);
341 termStopChar = CONTROL('S');

Completed in 39 milliseconds