Searched refs:OPOST (Results 1 – 6 of 6) sorted by relevance
311 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()
373 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()
92 #define TTYSUP_OFLAG (OPOST|ONLCR|TAB3|ONOEOT|OCRNL|ONOCR|ONLRET)
50 #define TTYDEF_OFLAG (OPOST | ONLCR)
106 #define OPOST 0x00000001 /* enable following output processing */ macro
233 raw.c_oflag &= ~(OPOST); in enableRawMode()