Home
last modified time | relevance | path

Searched refs:CS8 (Results 1 – 4 of 4) 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()
374 cflag |= CS8; in ttcompatsetflags()
467 cflag |= CS8; in ttcompatsetlflags()
/f-stack/freebsd/sys/
H A Dttydefaults.h55 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h132 #define CS8 0x00000300 /* 8 bits */ macro
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c235 raw.c_cflag |= (CS8); in enableRawMode()