Home
last modified time | relevance | path

Searched refs:ntc (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/telnet/
H A Dexterns.h289 extern struct tchars ntc;
293 # define termEofChar ntc.t_eofc
296 # define termIntChar ntc.t_intrc
299 # define termQuitChar ntc.t_quitc
303 # define termStartChar ntc.t_startc
304 # define termStopChar ntc.t_stopc
305 # define termForw1Char ntc.t_brkc
309 # define termEofCharp (cc_t *)&ntc.t_eofc
312 # define termIntCharp (cc_t *)&ntc.t_intrc
315 # define termQuitCharp (cc_t *)&ntc.t_quitc
[all …]
H A Dsys_bsd.c50 struct tchars otc = { 0 }, ntc = { 0 }; variable
220 ntc = otc; in TerminalSaveState()
300 ntc = otc; in TerminalDefaultChars()
415 tc = ntc;
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c348 static struct tchars otc = { 0 }, ntc = { 0 }; variable
389 if (c == ntc.t_intrc) {
392 } else if (c == ntc.t_quitc) {
431 ntc = otc; in TerminalSaveState()
504 notc2.t_intrc = ntc.t_intrc;
505 notc2.t_quitc = ntc.t_quitc;
523 notc2 = ntc;
2643 *tbp = ntc.t_eofc;
3239 { "interrupt", "character to cause an Interrupt Process", &ntc.t_intrc },
3241 { "quit", "character to cause a Break", &ntc.t_quitc },
[all …]