Searched refs:CSIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c519 if ((cflag&CSIZE) == CS8) {
537 || (cflag&(CSIZE|PARENB)) != CS8)
542 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8)
615 cflag &= ~(CSIZE|PARENB);
722 cflag &= ~(CSIZE|PARENB);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h207 #define CSIZE 0x00000300 /* character size mask */ macro

Completed in 25 milliseconds