Searched refs:termSuspChar (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dexterns.h353 # define termSuspChar nltc.t_suspc macro
389 extern cc_t termSuspChar;
391 # define termSuspChar new_tc.c_cc[VSUSP] macro
448 # define termSuspCharp &termSuspChar
H A Dterminal.c65 cc_t termSuspChar; variable
H A Dsys_bsd.c195 } else if (c == termSuspChar) {
288 case SLC_SUSP: return(&termSuspChar);
H A Dtelnet.c1950 if (sc == termSuspChar) {

Completed in 45 milliseconds