Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/telnet/
H A Dexterns.h343 extern struct ltchars nltc;
348 # define termFlushChar nltc.t_flushc
351 # define termLiteralNextChar nltc.t_lnextc
353 # define termSuspChar nltc.t_suspc
354 # define termRprntChar nltc.t_rprntc
355 # define termWerasChar nltc.t_werasc
364 # define termFlushCharp (cc_t *)&nltc.t_flushc
367 # define termLiteralNextCharp (cc_t *)&nltc.t_lnextc
369 # define termSuspCharp (cc_t *)&nltc.t_suspc
370 # define termRprntCharp (cc_t *)&nltc.t_rprntc
[all …]
H A Dsys_bsd.c66 struct ltchars oltc = { 0 }, nltc = { 0 }; variable
236 nltc = oltc; in TerminalSaveState()
315 nltc = oltc; in TerminalDefaultChars()
421 ltc = nltc; in TerminalNewMode()