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

/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h79 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A Dtermios.h139 #define OPOST 0x00000001 /* enable following output processing */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c553 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
635 oflag &= ~OPOST;
637 oflag |= OPOST;
641 oflag |= OPOST;
742 oflag &= ~OPOST;
744 oflag |= OPOST;
748 oflag |= OPOST;
H A Dtty.c889 if (!ISSET(oflag, OPOST)) {
2387 if (!ISSET(tp->t_oflag, OPOST))

Completed in 12 milliseconds