Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h63 #define FLUSHO O_FLUSHO macro
H A Dtermios.h221 #define FLUSHO 0x00002000 macro
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c228 "flusho", FLUSHO, 0,
229 "-flusho", 0, FLUSHO,
H A Dstty.c435 if (m&FLUSHO) in prmodes()
614 (void) printf("-flusho "+((m&FLUSHO) != 0)); in pramodes()
/titanic_41/usr/src/uts/common/sys/
H A Dioctl.h126 #define FLUSHO O_FLUSHO macro
H A Dtermios.h308 #define FLUSHO 0020000 macro
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h123 #define FLUSHO O_FLUSHO macro
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c234 "flusho", FLUSHO, 0,
235 "-flusho", 0, FLUSHO,
H A Dstty.c393 if (m & FLUSHO) in prmodes()
562 (void) fprintf(output, "-flusho " + ((m & FLUSHO) != 0)); in pramodes()
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x134 const FLUSHO = 0x00800000; /* flush output to terminal */ variable
/titanic_41/usr/src/cmd/rexd/
H A Drex.x128 const FLUSHO = 0x00800000; /* flush output to terminal */ variable
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h221 #define FLUSHO 0x00002000 macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c273 #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 Dedit.c325 # 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 Dldterm.c1241 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 Dttcompat.c1287 termiosp->c_lflag |= FLUSHO; in from_compat()
1432 if (termiosp->c_lflag & FLUSHO) in to_compat()