Searched refs:termAytChar (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/telnet/telnet/
H A Dterminal.c90 cc_t termAytChar; variable
94 cc_t termAytChar; variable
H A Dexterns.h360 extern cc_t termAytChar;
376 # define termAytCharp (cc_t *)&termAytChar
437 extern cc_t termAytChar;
439 # define termAytChar new_tc.c_cc[VSTATUS] macro
457 # define termAytCharp &termAytChar
H A Dsys_bsd.c268 termAytChar = CONTROL('T');
303 case SLC_AYT: return(&termAytChar);
344 termAytChar = CONTROL('T');
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c71 cc_t termAytChar; variable
H A Dexterns.h425 extern cc_t termAytChar;
427 # define termAytChar new_tc.c_cc[VSTATUS] macro
H A Dsys_bsd.c212 termAytChar = CONTROL('T');
245 case SLC_AYT: return(&termAytChar);
279 termAytChar = CONTROL('T');
H A Dcommands.c825 { "ayt", "alternate AYT character", 0, &termAytChar },

Completed in 71 milliseconds