Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c67 #define CNL '\n' macro
74 (c) == CNL || (c) == CCR))
77 ((q) || ((c) != CTAB && (c) != CNL))))
113 char breakc[4] = { CNL }; /* enough to hold \n, VEOF and VEOL. */ in ttydisc_read_canonical()
408 case CNL: in ttydisc_write_oproc()
428 c = CNL; in ttydisc_write_oproc()
689 (!CMP_FLAG(l, ECHONL) || c != CNL || quote)) in ttydisc_echo()
712 ttydisc_echo(tp, CNL, 0); in ttydisc_reprint()
1010 c = CNL; in ttydisc_rint()
1012 case CNL: in ttydisc_rint()
[all …]