Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_config.h63 #define TTYDEF_OFLAG (OPOST | ONLCR)
A Dbsd_porting.h34 #if !((OPOST | OLCUC | ONLCR) & 0x8)
/components/libc/posix/io/termios/
A Dtermios.c252 t->c_oflag &= ~OPOST; in cfmakeraw()
A Dtermios.h90 #define OPOST 0000001 macro
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c387 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()
A Dtty.c69 #define TTYSUP_OFLAG (OPOST | ONLCR | TAB3 | ONOEOT | OCRNL | ONOCR | ONLRET)
/components/drivers/serial/
A Ddev_serial.c1144 tio->c_oflag = OPOST | ONLCR; in rt_serial_control()
A Ddev_serial_v2.c1574 tio->c_oflag = OPOST | ONLCR; in rt_serial_control()

Completed in 108 milliseconds