Searched refs:FLUSHO (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 236 "flusho", FLUSHO, 0, 237 "-flusho", 0, FLUSHO,
|
H A D | stty.c | 440 if (m&FLUSHO) in prmodes() 621 (void) printf("-flusho "+((m&FLUSHO) != 0)); in pramodes()
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 242 "flusho", FLUSHO, 0, 243 "-flusho", 0, FLUSHO,
|
H A D | stty.c | 394 if (m & FLUSHO) in prmodes() 563 (void) fprintf(output, "-flusho " + ((m & FLUSHO) != 0)); in pramodes()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ioctl.h | 124 #define FLUSHO O_FLUSHO macro
|
H A D | termios.h | 310 #define FLUSHO 0020000 macro
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | ioctl.h | 121 #define FLUSHO O_FLUSHO macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 1256 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1277 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1330 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1339 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 1438 tp->t_modes.c_lflag &= ~FLUSHO; in ldtermrput() 3330 if ((tp->t_modes.c_lflag & FLUSHO) && in ldtermwmsg() 3943 if ((tp->t_modes.c_lflag & FLUSHO) && in ldterm_output_msg() 4011 if (tp->t_modes.c_lflag & FLUSHO) in ldterm_flush_output() 4012 tp->t_modes.c_lflag &= ~FLUSHO; in ldterm_flush_output() 4026 tp->t_modes.c_lflag |= FLUSHO; in ldterm_flush_output()
|
H A D | ttcompat.c | 1189 termiosp->c_lflag |= FLUSHO; in from_compat() 1334 if (termiosp->c_lflag & FLUSHO) in to_compat()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 275 #ifdef FLUSHO 276 { "flusho", BIT, L_FLAG, 0, FLUSHO, FLUSHO, C("Discard (do not discard) written data. Cleared by su…
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 327 # ifdef FLUSHO in tty_raw() 328 ttyparm.c_lflag &= ~FLUSHO; in tty_raw() 455 # ifdef FLUSHO in tty_alt() 456 ttyparm.c_lflag &= ~FLUSHO; in tty_alt()
|