Searched refs:OPOST (Results 1 – 8 of 8) sorted by relevance
63 #define TTYDEF_OFLAG (OPOST | ONLCR)
34 #if !((OPOST | OLCUC | ONLCR) & 0x8)
252 t->c_oflag &= ~OPOST; in cfmakeraw()
90 #define OPOST 0000001 macro
387 MPASS(CMP_FLAG(o, OPOST)); in ttydisc_write_oproc()537 if (CMP_FLAG(o, OPOST)) in ttydisc_write()688 if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) in ttydisc_echo_force()
69 #define TTYSUP_OFLAG (OPOST | ONLCR | TAB3 | ONOEOT | OCRNL | ONOCR | ONLRET)
1144 tio->c_oflag = OPOST | ONLCR; in rt_serial_control()
1574 tio->c_oflag = OPOST | ONLCR; in rt_serial_control()
Completed in 17 milliseconds