Searched refs:CIGNORE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c59 localterm.c_cflag |= CIGNORE;
/freebsd-10.1-release/sys/sys/
H A D_termios.h118 #define CIGNORE 0x00000001 /* ignore control flags */ macro
/freebsd-10.1-release/lib/libc/gen/
H A Dtermios.c63 localterm.c_cflag |= CIGNORE;
/freebsd-10.1-release/sys/dev/usb/serial/
H A Ducycom.c508 if (t->c_cflag & CIGNORE) {
/freebsd-10.1-release/contrib/tcsh/
H A Ded.term.c199 # ifdef CIGNORE
200 { "cignore",CIGNORE,M_CONTROL },
/freebsd-10.1-release/sys/kern/
H A Dtty.c92 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
1562 if ((t->c_cflag & CIGNORE) == 0 &&
1574 tp->t_termios.c_cflag = t->c_cflag & ~CIGNORE;
/freebsd-10.1-release/lib/libedit/
H A Dtty.c255 #ifdef CIGNORE
256 {"cignore", CIGNORE, MD_CTL},

Completed in 141 milliseconds