Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c63 #define CMP_FLAG(field,opt) (tp->t_termios.c_ ## field ## flag & (opt)) macro
148 if (!CMP_FLAG(l, ICANON) || clen == 0) in ttydisc_bytesavail()
178 if (!CMP_FLAG(l, ICANON)) { in ttydisc_canonicalize()
422 if (CMP_FLAG(l, ICANON)) in ttydisc_read()
460 MPASS(CMP_FLAG(o, OPOST)); in ttydisc_write_oproc()
467 if (CMP_FLAG(o, ONOEOT)) in ttydisc_write_oproc()
482 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc()
497 if (CMP_FLAG(o, ONLCR)) { in ttydisc_write_oproc()
506 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc()
514 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc()
[all …]