Searched refs:TTYDEF_CFLAG (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | ttydefaults.h | 55 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL) macro |
| /f-stack/freebsd/kern/ | ||
| H A D | tty.c | 907 t->c_cflag = TTYDEF_CFLAG; in tty_init_termios() |