Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c593 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()
H A Dtty.c892 if (!ISSET(oflag, OPOST)) { in ttyoutput()
2570 if (!ISSET(tp->t_oflag, OPOST)) { in ttwrite()
/xnu-10002.41.9/bsd/sys/
H A Dttydefaults.h79 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A Dtermios.h139 #define OPOST 0x00000001 /* enable following output processing */ macro