/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_raw.c | 199 buf.c_lflag &= (unsigned) ~(NOFLSH); in NCURSES_SP_NAME() 330 buf.c_lflag |= NOFLSH; in NCURSES_SP_NAME() 375 buf.c_lflag &= (unsigned) ~(NOFLSH); in NCURSES_SP_NAME() 377 buf.c_lflag |= (NOFLSH); in NCURSES_SP_NAME()
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 127 #define NOFLSH 0x80000000 /* no output flush on signal */ macro 146 #define LNOFLSH (NOFLSH>>16)
|
H A D | _termios.h | 179 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 160 { "noflsh", NOFLSH, 0 }, 161 { "-noflsh", 0, NOFLSH },
|
/freebsd/bin/stty/ |
H A D | modes.c | 161 { "noflsh", NOFLSH, 0 }, 162 { "-noflsh", 0, NOFLSH },
|
H A D | print.c | 101 put("-noflsh", NOFLSH, 0); in print()
|
H A D | key.c | 257 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 45 (NOFLSH|ECHONL|EXTPROC|FLUSHO|IDEFAULT) }, 58 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO| 267 # ifdef NOFLSH 268 { "noflsh", NOFLSH, M_LINED }, 399 # ifdef NOFLSH 400 { "noflsh", NOFLSH, M_CONTROL },
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 162 DATA(NOFLSH), in _nc_trace_ttymode() 166 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN) in _nc_trace_ttymode()
|
/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 | 1129 if (!CMP_FLAG(l, NOFLSH)) in ttydisc_rint()
|
H A D | tty.c | 94 FLUSHO|NOKERNINFO|NOFLSH)
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 88 #define NOFLSH 0x0040 macro
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 140 const NOFLSH = 0x80000000; /* no output flush on signal */ variable
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 134 TTYMODE(NOFLSH, c_lflag, 57)
|
/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 | 76 (NOFLSH | ECHONL | EXTPROC | FLUSHO)}, 84 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)}, 338 #ifdef NOFLSH 339 {"noflsh", NOFLSH, MD_LIN},
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 361 | NOFLSH in reset_tty_settings()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 413 > if ((tp->t_lflag&NOFLSH) == 0) 419 > if ((tp->t_lflag&NOFLSH) == 0)
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 465 if (bios->c_lflag & NOFLSH) in bsd_to_linux_termios() 584 bios->c_lflag |= NOFLSH; in linux_to_bsd_termios()
|