Home
last modified time | relevance | path

Searched refs:termForw2Char (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/telnet/telnet/
H A Dexterns.h359 extern cc_t termForw2Char;
375 # define termForw2Charp (cc_t *)&termForw2Char
432 extern cc_t termForw2Char;
434 # define termForw2Char new_tc.c_cc[VEOL] macro
456 # define termForw2Charp &termForw2Char
H A Dterminal.c81 cc_t termForw2Char; variable
87 cc_t termForw2Char; variable
H A Dsys_bsd.c281 case SLC_FORW2: return(&termForw2Char); in tcval()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h420 extern cc_t termForw2Char;
422 # define termForw2Char new_tc.c_cc[VEOL] macro
H A Dterminal.c68 cc_t termForw2Char; variable
H A Dsys_bsd.c228 case SLC_FORW2: return(&termForw2Char); in tcval()
H A Dcommands.c821 { "forw2", "alternate end of line character", 0, &termForw2Char },