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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dttydefaults.h79 #define TTYDEF_OFLAG (OPOST | ONLCR)
H A Dtermios.h141 #define OPOST 0x00000001 /* enable following output processing */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c542 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
624 oflag &= ~OPOST;
626 oflag |= OPOST;
630 oflag |= OPOST;
731 oflag &= ~OPOST;
733 oflag |= OPOST;
737 oflag |= OPOST;
H A Dtty.c743 if (!ISSET(oflag, OPOST)) {
2012 if (!ISSET(tp->t_oflag, OPOST))

Completed in 28 milliseconds