Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Dsetqiflush.c56 cur_term->Nttybs.c_lflag &= ~NOFLSH; in _setqiflush()
58 cur_term->Nttybs.c_lflag |= NOFLSH; in _setqiflush()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dintrflsh.c62 PTERMIOS(_prog)->c_lflag &= ~NOFLSH; in intrflush()
64 PTERMIOS(_prog)->c_lflag |= NOFLSH; in intrflush()
H A Dqiflush.c56 PTERMIOS(_prog)->c_lflag &= ~NOFLSH; in qiflush()
65 PTERMIOS(_prog)->c_lflag |= NOFLSH; in noqiflush()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dintrflsh.c58 cur_term->_prog.c_lflag &= ~NOFLSH;
60 cur_term->_prog.c_lflag |= NOFLSH;
H A Dqiflush.c53 cur_term->_prog.c_lflag &= ~NOFLSH;
66 cur_term->_prog.c_lflag |= NOFLSH;
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c201 "noflsh", NOFLSH, 0,
202 "-noflsh", 0, NOFLSH,
207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
H A Dstty.c423 if (m&NOFLSH) in prmodes()
606 (void) printf("-noflsh "+((m&NOFLSH) != 0)); in pramodes()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c201 "noflsh", NOFLSH, 0,
202 "-noflsh", 0, NOFLSH,
207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
H A Dstty.c385 if (m & NOFLSH) in prmodes()
554 (void) fprintf(output, "-noflsh " + ((m & NOFLSH) != 0)); in pramodes()
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c175 "noflsh", NOFLSH, 0,
176 "-noflsh", 0, NOFLSH,
199 (XCASE|ECHOPRT|ECHONL|NOFLSH),
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h71 #define NOFLSH O_NOFLSH macro
H A Dtermios.h205 #define NOFLSH 0x00000080 macro
/titanic_41/usr/src/uts/common/sys/
H A Dioctl.h134 #define NOFLSH O_NOFLSH macro
H A Dtermios.h301 #define NOFLSH 0000200 macro
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h131 #define NOFLSH O_NOFLSH macro
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x142 const NOFLSH = 0x80000000; /* no output flush on signal */ variable
/titanic_41/usr/src/cmd/rexd/
H A Drex.x136 const NOFLSH = 0x80000000; /* no output flush on signal */ variable
/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h155 TTYMODE(NOFLSH, c_lflag, 57)
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h205 #define NOFLSH 0x00000080 macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c279 { "noflsh", BIT, L_FLAG, US, NOFLSH, NOFLSH, C("Disable (enable) flushing after \bintr\b and \bquit…
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c362 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1297 termiosp->c_lflag |= NOFLSH; in from_compat()
1442 if (termiosp->c_lflag & NOFLSH) in to_compat()
H A Dldterm.c4025 if ((!(tp->t_modes.c_lflag & NOFLSH)) || (c == '\0')) { in ldterm_dosig()
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c524 modes.c_lflag &= ~(XCASE|ECHONL|NOFLSH); in main()