Home
last modified time | relevance | path

Searched refs:nltc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h315 extern struct ltchars nltc;
320 #define termFlushChar nltc.t_flushc
323 #define termLiteralNextChar nltc.t_lnextc
325 #define termSuspChar nltc.t_suspc
326 #define termRprntChar nltc.t_rprntc
327 #define termWerasChar nltc.t_werasc
336 #define termFlushCharp (cc_t *)&nltc.t_flushc
339 #define termLiteralNextCharp (cc_t *)&nltc.t_lnextc
341 #define termSuspCharp (cc_t *)&nltc.t_suspc
342 #define termRprntCharp (cc_t *)&nltc.t_rprntc
[all …]
H A Dsys_bsd.c74 struct ltchars oltc = { 0 }, nltc = { 0 }; variable
196 nltc = oltc; in TerminalSaveState()
242 nltc = oltc; in TerminalDefaultChars()
334 ltc = nltc;