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

/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dexterns.h358 # define termSuspChar nltc.t_suspc macro
394 extern cc_t termSuspChar;
396 # define termSuspChar new_tc.c_cc[VSUSP] macro
453 # define termSuspCharp &termSuspChar
H A Dterminal.c69 cc_t termSuspChar; variable
H A Dsys_bsd.c198 } else if (c == termSuspChar) {
291 case SLC_SUSP: return(&termSuspChar);
H A Dtelnet.c1937 if (sc == termSuspChar) {
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dterminal.c50 cc_t termSuspChar; variable
H A Dexterns.h377 extern cc_t termSuspChar;
379 # define termSuspChar new_tc.c_cc[VSUSP] macro
H A Dsys_bsd.c153 } else if (c == termSuspChar) {
233 case SLC_SUSP: return(&termSuspChar);
H A Dtelnet.c1869 if (sc == termSuspChar) {
H A Dcommands.c818 { "susp", "character to cause a Suspend Process", 0, &termSuspChar },

Completed in 259 milliseconds