Home
last modified time | relevance | path

Searched refs:NOFLSH (Results 1 – 13 of 13) sorted by relevance

/original-bsd/sys/sys/
H A Dioctl_compat.h114 #define NOFLSH 0x80000000 /* no output flush on signal */ macro
133 #define LNOFLSH (NOFLSH>>16)
H A Dtermios.h146 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
/original-bsd/bin/stty/
H A Dmodes.c130 { "noflsh", NOFLSH, 0 },
131 { "-noflsh", 0, NOFLSH },
H A Dprint.c87 put("-noflsh", NOFLSH, 0);
H A Dkey.c243 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH)
/original-bsd/sys/kern/
H A Dtty_compat.c250 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
365 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
366 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty_pty.c600 if ((tp->t_lflag&NOFLSH) == 0)
H A Dtty.c293 if (!ISSET(lflag, NOFLSH))
301 if (!ISSET(lflag, NOFLSH))
/original-bsd/sys/hp/hpux/
H A Dhpux_tty.c131 if (tios.c_lflag & NOFLSH)
253 tios.c_lflag &= ~(ECHOE|ECHOK|ECHO|ISIG|ICANON|IEXTEN|NOFLSH);
267 tios.c_lflag |= NOFLSH;
/original-bsd/sys/sparc/sunos/
H A Dsun_ioctl.c172 if (bt.c_lflag & NOFLSH)
/original-bsd/lib/libedit/
H A Dtty.c40 (NOFLSH|ECHONL|EXTPROC|FLUSHO) },
48 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO) },
299 # ifdef NOFLSH
300 { "noflsh", NOFLSH, M_LIN },
/original-bsd/usr.bin/tset/
H A Dset.c101 mode.c_lflag &= ~(ECHONL | NOFLSH | TOSTOP in reset_mode()
/original-bsd/usr.bin/telnet/
H A DREADME413 > if ((tp->t_lflag&NOFLSH) == 0)
419 > if ((tp->t_lflag&NOFLSH) == 0)