Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_compat.c311 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
381 oflag &= ~OPOST; in ttcompatsetflags()
383 oflag |= OPOST; in ttcompatsetflags()
387 oflag |= OPOST; in ttcompatsetflags()
474 oflag &= ~OPOST; in ttcompatsetlflags()
476 oflag |= OPOST; in ttcompatsetlflags()
480 oflag |= OPOST; in ttcompatsetlflags()
H A Dtty_ttydisc.c373 MPASS(CMP_FLAG(o, OPOST)); in ttydisc_write_oproc()
512 if (CMP_FLAG(o, OPOST)) { in ttydisc_write()
648 if (CMP_FLAG(o, OPOST) && CTL_ECHO(c, quote)) { in ttydisc_echo_force()
H A Dtty.c92 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
/f-stack/freebsd/sys/
H A Dttydefaults.h50 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A D_termios.h106 #define OPOST 0x00000001 /* enable following output processing */ macro
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c233 raw.c_oflag &= ~(OPOST); in enableRawMode()