Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c199 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 Dioctl_compat.h127 #define NOFLSH 0x80000000 /* no output flush on signal */ macro
146 #define LNOFLSH (NOFLSH>>16)
H A D_termios.h179 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c160 { "noflsh", NOFLSH, 0 },
161 { "-noflsh", 0, NOFLSH },
/freebsd/bin/stty/
H A Dmodes.c161 { "noflsh", NOFLSH, 0 },
162 { "-noflsh", 0, NOFLSH },
H A Dprint.c101 put("-noflsh", NOFLSH, 0); in print()
H A Dkey.c257 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
/freebsd/contrib/tcsh/
H A Ded.term.c45 (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 Dlib_tracebits.c162 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 Dtty_compat.c325 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 Dtty_ttydisc.c1129 if (!CMP_FLAG(l, NOFLSH)) in ttydisc_rint()
H A Dtty.c94 FLUSHO|NOKERNINFO|NOFLSH)
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h88 #define NOFLSH 0x0040 macro
/freebsd/include/rpcsvc/
H A Drex.x140 const NOFLSH = 0x80000000; /* no output flush on signal */ variable
/freebsd/crypto/openssh/
H A Dttymodes.h134 TTYMODE(NOFLSH, c_lflag, 57)
/freebsd/lib/libc/gen/
H A Dtermios.c169 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
/freebsd/contrib/libedit/
H A Dtty.c76 (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 Dreset_cmd.c361 | NOFLSH in reset_tty_settings()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG413 > if ((tp->t_lflag&NOFLSH) == 0)
419 > if ((tp->t_lflag&NOFLSH) == 0)
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c465 if (bios->c_lflag & NOFLSH) in bsd_to_linux_termios()
584 bios->c_lflag |= NOFLSH; in linux_to_bsd_termios()