Home
last modified time | relevance | path

Searched refs:CSIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_compat.c288 if ((cflag&CSIZE) == CS8) { in ttcompatgetflags()
306 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags()
311 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
372 cflag &= ~(CSIZE|PARENB); in ttcompatsetflags()
465 cflag &= ~(CSIZE|PARENB); in ttcompatsetlflags()
H A Dtty.c96 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
/f-stack/freebsd/sys/
H A D_termios.h128 #define CSIZE 0x00000300 /* character size mask */ macro