Searched refs:CMP_FLAG (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/kern/ |
| HD | tty_ttydisc.c | 61 #define CMP_FLAG(field,opt) (tp->t_termios.c_ ## field ## flag & (opt)) macro 335 if (CMP_FLAG(l, ICANON)) in ttydisc_read() 373 MPASS(CMP_FLAG(o, OPOST)); in ttydisc_write_oproc() 380 if (CMP_FLAG(o, ONOEOT)) in ttydisc_write_oproc() 395 if (CMP_FLAG(o, TAB3)) { in ttydisc_write_oproc() 410 if (CMP_FLAG(o, ONLCR)) { in ttydisc_write_oproc() 419 if (CMP_FLAG(o, ONLCR|ONLRET)) { in ttydisc_write_oproc() 427 if (CMP_FLAG(o, OCRNL)) in ttydisc_write_oproc() 430 if (CMP_FLAG(o, ONOCR) && tp->t_column == 0) in ttydisc_write_oproc() 500 if (CMP_FLAG(o, OPOST)) { in ttydisc_write() [all …]
|