Searched refs:OPOST (Results 1 – 4 of 4) sorted by relevance
593 if (!(flags & RAW) && !(oflag & OPOST) && (cflag & (CSIZE | PARENB)) == CS8) { in ttcompatgetflags()688 oflag &= ~OPOST; in ttcompatsetflags()690 oflag |= OPOST; in ttcompatsetflags()695 oflag |= OPOST; in ttcompatsetflags()808 oflag &= ~OPOST; in ttcompatsetlflags()810 oflag |= OPOST; in ttcompatsetlflags()815 oflag |= OPOST; in ttcompatsetlflags()
892 if (!ISSET(oflag, OPOST)) { in ttyoutput()2570 if (!ISSET(tp->t_oflag, OPOST)) { in ttwrite()
79 #define TTYDEF_OFLAG (OPOST | ONLCR)
139 #define OPOST 0x00000001 /* enable following output processing */ macro