Searched refs:CMP_FLAG (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 63 #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() 418 if (CMP_FLAG(l, ICANON)) in ttydisc_read() 456 MPASS(CMP_FLAG(o, OPOST)); in ttydisc_write_oproc() 463 if (CMP_FLAG(o, ONOEOT)) in ttydisc_write_oproc() 478 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc() 493 if (CMP_FLAG(o, ONLCR)) { in ttydisc_write_oproc() 502 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc() 510 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc() [all …]
|