Searched refs:PENDIN (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 125 #define PENDIN 0x20000000 /* tp->t_rawq needs reread */ macro 144 #define LPENDIN (PENDIN>>16)
|
H A D | _termios.h | 177 #define PENDIN 0x20000000 /* XXX retype pending input (state) */ macro
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 145 #if defined(PENDIN) 146 TTYMODE(PENDIN, c_lflag, 62)
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 166 { "pendin", PENDIN, 0 }, 167 { "-pendin", 0, PENDIN },
|
/freebsd/bin/stty/ |
H A D | modes.c | 167 { "pendin", PENDIN, 0 }, 168 { "-pendin", 0, PENDIN },
|
H A D | print.c | 104 put("-pendin", PENDIN, 0); in print()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 325 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatgetflags() 450 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags() 451 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags()
|
H A D | tty_ttydisc.c | 682 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize()
|
/freebsd/usr.sbin/watch/ |
H A D | watch.c | 116 #ifdef PENDIN in set_tty() 117 ntty.c_lflag &= ~PENDIN; in set_tty()
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 138 const PENDIN = 0x20000000; /* tp->t_rawq needs reread */ variable
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 288 # ifdef PENDIN 289 { "pendin", PENDIN, M_LINED }, 393 # ifdef PENDIN 394 { "pendin", PENDIN, M_CONTROL },
|
H A D | sh.file.c | 395 tty.c_lflag |= PENDIN; in retype()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 169 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 359 #ifdef PENDIN 360 {"pendin", PENDIN, MD_LIN},
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 2689 #ifdef PENDIN in raw() 2690 Terminal.c_lflag &= ~PENDIN; in raw()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 477 if (bios->c_lflag & PENDIN) in bsd_to_linux_termios() 596 bios->c_lflag |= PENDIN; in linux_to_bsd_termios()
|