Home
last modified time | relevance | path

Searched refs:CIGNORE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A D_termios.h126 #define CIGNORE 0x00000001 /* ignore control flags */ macro
/f-stack/freebsd/kern/
H A Dtty.c96 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
1733 if ((t->c_cflag & CIGNORE) == 0 && in tty_generic_ioctl()
1745 tp->t_termios.c_cflag = t->c_cflag & ~CIGNORE; in tty_generic_ioctl()