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

/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dshtty.h51 # undef NOFLSH macro
/macosx-10.10.1/ncurses-44/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);
/macosx-10.10.1/efax-38/efax/
H A Defaxmsg.c107 enum msgflags { E=0x01, W=0x02, S=0x04, NOFLSH=0x08, NOLF=0x10 } ; enumerator in enum:msgflags
143 case '-': flags |= NOFLSH ; break ;
174 if ( ! ( flags & NOFLSH ) ) fflush ( logfile[i] ) ;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h175 #define NOFLSH 0x80000000 /* no output flush on signal */ macro
194 #define LNOFLSH (NOFLSH>>16)
H A Dtermios.h261 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c155 {NOFLSH, "NOFLSH"},
159 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN)
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x147 const NOFLSH = 0x80000000; /* no output flush on signal */
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dttymodes.h140 TTYMODE(NOFLSH, c_lflag, 57)
/macosx-10.10.1/adv_cmds-158/stty/
H A Dmodes.c178 { "noflsh", NOFLSH, 0 },
179 { "-noflsh", 0, NOFLSH },
H A Dkey.c269 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH)
H A Dprint.c123 put("-noflsh", NOFLSH, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c571 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
722 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
723 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty_dev.c1062 if ((tp->t_lflag&NOFLSH) == 0)
H A Dtty.c626 if (!ISSET(lflag, NOFLSH))
645 if (!ISSET(lflag, NOFLSH))
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c198 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/macosx-10.10.1/tcsh-65/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 */
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c72 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
80 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
334 #ifdef NOFLSH
335 {"noflsh", NOFLSH, MD_LIN},
336 #endif /* NOFLSH */
/macosx-10.10.1/libedit-40/src/
H A Dtty.c73 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
81 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
335 #ifdef NOFLSH
336 {"noflsh", NOFLSH, MD_LIN},
337 #endif /* NOFLSH */
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c64 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
72 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
326 #ifdef NOFLSH
327 {"noflsh", NOFLSH, MD_LIN},
328 #endif /* NOFLSH */
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c281 { "noflsh", BIT, L_FLAG, US, NOFLSH, NOFLSH, C("Disable (enable) flushing after \bintr\b and \bquit\b special characters") },
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtset.c835 mode.c_lflag &= ~(ECHONL | NOFLSH
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c214 | ECHONL | NOFLSH | PENDIN)
224 | ISIG | NOFLSH | TOSTOP | PENDIN)
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixChan.c40 #undef NOFLSH macro

Completed in 319 milliseconds