Searched refs:ntc (Results 1 – 3 of 3) sorted by relevance
289 extern struct tchars ntc;293 # define termEofChar ntc.t_eofc296 # define termIntChar ntc.t_intrc299 # define termQuitChar ntc.t_quitc303 # define termStartChar ntc.t_startc304 # define termStopChar ntc.t_stopc305 # define termForw1Char ntc.t_brkc309 # define termEofCharp (cc_t *)&ntc.t_eofc312 # define termIntCharp (cc_t *)&ntc.t_intrc315 # define termQuitCharp (cc_t *)&ntc.t_quitc[all …]
50 struct tchars otc = { 0 }, ntc = { 0 }; variable220 ntc = otc; in TerminalSaveState()300 ntc = otc; in TerminalDefaultChars()415 tc = ntc;
348 static struct tchars otc = { 0 }, ntc = { 0 }; variable389 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 …]