/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | setqiflush.c | 56 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 D | intrflsh.c | 62 PTERMIOS(_prog)->c_lflag &= ~NOFLSH; in intrflush() 64 PTERMIOS(_prog)->c_lflag |= NOFLSH; in intrflush()
|
H A D | qiflush.c | 56 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 D | intrflsh.c | 58 cur_term->_prog.c_lflag &= ~NOFLSH; 60 cur_term->_prog.c_lflag |= NOFLSH;
|
H A D | qiflush.c | 53 cur_term->_prog.c_lflag &= ~NOFLSH; 66 cur_term->_prog.c_lflag |= NOFLSH;
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 201 "noflsh", NOFLSH, 0, 202 "-noflsh", 0, NOFLSH, 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
|
H A D | stty.c | 423 if (m&NOFLSH) in prmodes() 606 (void) printf("-noflsh "+((m&NOFLSH) != 0)); in pramodes()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 201 "noflsh", NOFLSH, 0, 202 "-noflsh", 0, NOFLSH, 207 (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL),
|
H A D | stty.c | 385 if (m & NOFLSH) in prmodes() 554 (void) fprintf(output, "-noflsh " + ((m & NOFLSH) != 0)); in pramodes()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 175 "noflsh", NOFLSH, 0, 176 "-noflsh", 0, NOFLSH, 199 (XCASE|ECHOPRT|ECHONL|NOFLSH),
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | ioctl.h | 71 #define NOFLSH O_NOFLSH macro
|
H A D | termios.h | 205 #define NOFLSH 0x00000080 macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ioctl.h | 134 #define NOFLSH O_NOFLSH macro
|
H A D | termios.h | 301 #define NOFLSH 0000200 macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 131 #define NOFLSH O_NOFLSH macro
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | rex.x | 142 const NOFLSH = 0x80000000; /* no output flush on signal */ variable
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.x | 136 const NOFLSH = 0x80000000; /* no output flush on signal */ variable
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 155 TTYMODE(NOFLSH, c_lflag, 57)
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 205 #define NOFLSH 0x00000080 macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 279 { "noflsh", BIT, L_FLAG, US, NOFLSH, NOFLSH, C("Disable (enable) flushing after \bintr\b and \bquit…
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 362 #define RESET_LFLAG (XCASE|ECHONL|NOFLSH|STFLUSH|STWRAP|STAPPL)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1297 termiosp->c_lflag |= NOFLSH; in from_compat() 1442 if (termiosp->c_lflag & NOFLSH) in to_compat()
|
H A D | ldterm.c | 4025 if ((!(tp->t_modes.c_lflag & NOFLSH)) || (c == '\0')) { in ldterm_dosig()
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 524 modes.c_lflag &= ~(XCASE|ECHONL|NOFLSH); in main()
|