Searched refs:FLUSHO (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | ioctl.h | 63 #define FLUSHO O_FLUSHO macro
|
H A D | termios.h | 221 #define FLUSHO 0x00002000 macro
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 228 "flusho", FLUSHO, 0, 229 "-flusho", 0, FLUSHO,
|
H A D | stty.c | 435 if (m&FLUSHO) in prmodes() 614 (void) printf("-flusho "+((m&FLUSHO) != 0)); in pramodes()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ioctl.h | 126 #define FLUSHO O_FLUSHO macro
|
H A D | termios.h | 308 #define FLUSHO 0020000 macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 123 #define FLUSHO O_FLUSHO macro
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 234 "flusho", FLUSHO, 0, 235 "-flusho", 0, FLUSHO,
|
H A D | stty.c | 393 if (m & FLUSHO) in prmodes() 562 (void) fprintf(output, "-flusho " + ((m & FLUSHO) != 0)); in pramodes()
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | rex.x | 134 const FLUSHO = 0x00800000; /* flush output to terminal */ variable
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.x | 128 const FLUSHO = 0x00800000; /* flush output to terminal */ variable
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 221 #define FLUSHO 0x00002000 macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 273 #ifdef FLUSHO 274 { "flusho", BIT, L_FLAG, 0, FLUSHO, FLUSHO, C("Discard (do not discard) written data. Cleared by su…
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 325 # ifdef FLUSHO in tty_raw() 326 ttyparm.c_lflag &= ~FLUSHO; in tty_raw() 452 # ifdef FLUSHO in tty_alt() 453 ttyparm.c_lflag &= ~FLUSHO; in tty_alt()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 1241 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1262 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1315 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1324 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1423 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 3311 if ((tp->t_modes.c_lflag & FLUSHO) && in ldtermwmsg() 3924 if ((tp->t_modes.c_lflag & FLUSHO) && in ldterm_output_msg() 3992 if (tp->t_modes.c_lflag & FLUSHO) in ldterm_flush_output() 3993 tp->t_modes.c_lflag &= ~FLUSHO; in ldterm_flush_output() 4007 tp->t_modes.c_lflag |= FLUSHO; in ldterm_flush_output()
|
H A D | ttcompat.c | 1287 termiosp->c_lflag |= FLUSHO; in from_compat() 1432 if (termiosp->c_lflag & FLUSHO) in to_compat()
|