Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c59 localterm.c_cflag |= CIGNORE; in tcsetattr()
/freebsd/sys/sys/
H A D_termios.h124 #define CIGNORE 0x00000001 /* ignore control flags */ macro
/freebsd/lib/libc/gen/
H A Dtermios.c61 localterm.c_cflag |= CIGNORE; in tcsetattr()
/freebsd/contrib/tcsh/
H A Ded.term.c196 # ifdef CIGNORE
197 { "cignore",CIGNORE,M_CONTROL },
/freebsd/sys/dev/usb/serial/
H A Ducycom.c507 if (t->c_cflag & CIGNORE) { in ucycom_cfg_param()
/freebsd/contrib/libedit/
H A Dtty.c264 #ifdef CIGNORE
265 {"cignore", CIGNORE, MD_CTL},
/freebsd/sys/kern/
H A Dtty.c95 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
1755 if ((t->c_cflag & CIGNORE) == 0 && in tty_generic_ioctl()
1767 tp->t_termios.c_cflag = t->c_cflag & ~CIGNORE; in tty_generic_ioctl()