Home
last modified time | relevance | path

Searched refs:termSuspChar (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h325 #define termSuspChar nltc.t_suspc macro
360 #define termSuspChar new_tc.c_cc[VSUSP] macro
376 #define termSuspCharp &termSuspChar
H A Dsys_bsd.c223 case SLC_SUSP: return (&termSuspChar);
H A Dtelnet.c2030 if (sc == termSuspChar) { in telsnd()