Home
last modified time | relevance | path

Searched refs:FLUSHO (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c236 "flusho", FLUSHO, 0,
237 "-flusho", 0, FLUSHO,
H A Dstty.c440 if (m&FLUSHO) in prmodes()
621 (void) printf("-flusho "+((m&FLUSHO) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c242 "flusho", FLUSHO, 0,
243 "-flusho", 0, FLUSHO,
H A Dstty.c394 if (m & FLUSHO) in prmodes()
563 (void) fprintf(output, "-flusho " + ((m & FLUSHO) != 0)); in pramodes()
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h124 #define FLUSHO O_FLUSHO macro
H A Dtermios.h310 #define FLUSHO 0020000 macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h121 #define FLUSHO O_FLUSHO macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1256 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 Dttcompat.c1189 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 Dstty.c275 #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 Dedit.c327 # 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()