Searched refs:NOFLSH (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c160 buf.c_lflag &= ~(NOFLSH);
249 buf.c_lflag |= NOFLSH;
264 * for certain that SVr3 intrflush() tweaks the NOFLSH bit; on the other hand,
265 * the match (in the SVr4 man pages) between the language describing NOFLSH in
283 buf.c_lflag &= ~(NOFLSH);
285 buf.c_lflag |= (NOFLSH);
/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h128 #define NOFLSH 0x80000000 /* no output flush on signal */ macro
147 #define LNOFLSH (NOFLSH>>16)
H A D_termios.h173 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
/freebsd-10-stable/bin/stty/
H A Dmodes.c166 { "noflsh", NOFLSH, 0 },
167 { "-noflsh", 0, NOFLSH },
H A Dkey.c266 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH)
H A Dprint.c109 put("-noflsh", NOFLSH, 0);
/freebsd-10-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c155 {NOFLSH, "NOFLSH"},
159 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN)
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dmodes.c166 { "noflsh", NOFLSH, 0 },
167 { "-noflsh", 0, NOFLSH },
/freebsd-10-stable/include/rpcsvc/
H A Drex.x149 const NOFLSH = 0x80000000; /* no output flush on signal */
/freebsd-10-stable/crypto/openssh/
H A Dttymodes.h143 TTYMODE(NOFLSH, c_lflag, 57)
/freebsd-10-stable/sys/kern/
H A Dtty_compat.c327 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
452 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
453 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty_ttydisc.c943 if (!CMP_FLAG(l, NOFLSH))
H A Dtty.c91 FLUSHO|NOKERNINFO|NOFLSH)
/freebsd-10-stable/lib/libc/gen/
H A Dtermios.c173 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/freebsd-10-stable/contrib/tcsh/
H A Ded.term.c48 (NOFLSH|ECHONL|EXTPROC|FLUSHO|IDEFAULT) },
61 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO|
270 # ifdef NOFLSH
271 { "noflsh", NOFLSH, M_LINED },
272 # endif /* NOFLSH */
402 # ifdef NOFLSH
403 { "noflsh", NOFLSH, M_CONTROL },
404 # endif /* NOFLSH */
/freebsd-10-stable/usr.bin/tset/
H A Dset.c129 mode.c_lflag &= ~(ECHONL | NOFLSH | TOSTOP
/freebsd-10-stable/contrib/gdb/gdb/tui/
H A Dtui.c540 mode.c_lflag &= ~(XCASE | ECHONL | NOFLSH);
/freebsd-10-stable/lib/libedit/
H A Dtty.c67 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
75 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
329 #ifdef NOFLSH
330 {"noflsh", NOFLSH, MD_LIN},
331 #endif /* NOFLSH */
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c171 if (l & IBCS2_NOFLSH) r |= NOFLSH;
263 if (l & NOFLSH) r |= IBCS2_NOFLSH;
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtset.c835 mode.c_lflag &= ~(ECHONL | NOFLSH
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c478 if (bios->c_lflag & NOFLSH)
619 bios->c_lflag |= NOFLSH;

Completed in 170 milliseconds