Searched refs:CNL (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 67 #define CNL '\n' macro 74 (c) == CNL || (c) == CCR)) 77 ((q) || ((c) != CTAB && (c) != CNL)))) 126 breakc[n++] = CNL; in ttydisc_read_break() 491 case CNL: in ttydisc_write_oproc() 511 c = CNL; in ttydisc_write_oproc() 772 (!CMP_FLAG(l, ECHONL) || c != CNL || quote)) in ttydisc_echo() 795 ttydisc_echo(tp, CNL, 0); in ttydisc_reprint() 1167 c = CNL; in ttydisc_rint() 1169 case CNL: in ttydisc_rint() [all …]
|
/freebsd/sys/teken/ |
H A D | sequences | 39 CNL Cursor Next Line ^[ [ E n
|
/freebsd/bin/sh/ |
H A D | parser.c | 1434 case CNL: /* '\n' */ in readtoken1()
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 3670 # supports CBT, CHA, VPA, CNL, CPL, VPR (no HPA, CHT, HPR) 4014 # Fails CHT, CNL, CPL 4356 # the HPA, VPA extensions it also implements CPL and CNL. 7484 # CBT, CHT, HPR, CNL,CPL, VPR do not work 7550 # CHA, HPR, VPA, CNL, CPL work 7944 # CNL does not work; the other ECMA-48 cursor-movement tests work 24402 # CNL Cursor Next Line \E [ Pn E 1 eF nel (D)
|