Searched refs:FLUSHO (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/lib/libreadline/ |
| D | rltty.c | 401 #if defined (FLUSHO) 402 # define OUTPUT_BEING_FLUSHED(tp) (tp->c_lflag & FLUSHO) 493 #if defined (FLUSHO) && defined (_AIX41) 495 tiop->c_lflag &= ~FLUSHO; 604 #if defined (FLUSHO) 607 tiop->c_lflag &= ~FLUSHO; 608 oldtio.c_lflag &= ~FLUSHO;
|
| /openbsd/src/sys/kern/ |
| D | tty.c | 340 if (ISSET(lflag, FLUSHO)) in ttyinput() 341 CLR(tp->t_lflag, FLUSHO); in ttyinput() 347 SET(tp->t_lflag, FLUSHO); in ttyinput() 587 CLR(tp->t_lflag, FLUSHO); in ttyinput() 610 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) in ttyoutput() 624 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput() 648 if (!ISSET(tp->t_lflag, FLUSHO) && putc('\r', &tp->t_outq)) in ttyoutput() 689 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) in ttyoutput() 959 ISSET(tp->t_lflag, FLUSHO)) { in ttioctl() 960 CLR(tp->t_lflag, FLUSHO); in ttioctl() [all …]
|
| /openbsd/src/usr.sbin/lpr/lpd/ |
| D | modes.c | 158 { "flusho", FLUSHO, 0 }, 159 { "-flusho", 0, FLUSHO },
|
| /openbsd/src/bin/stty/ |
| D | modes.c | 161 { "flusho", FLUSHO, 0 }, 162 { "-flusho", 0, FLUSHO },
|
| D | print.c | 107 put("-flusho", FLUSHO, 0); in print()
|
| /openbsd/src/lib/libedit/ |
| D | tty.h | 109 # ifndef FLUSHO 110 # define FLUSHO 0 macro
|
| D | tty.c | 70 (NOFLSH | ECHONL | EXTPROC | FLUSHO)}, 78 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)}, 350 #ifdef FLUSHO 351 {"flusho", FLUSHO, MD_LIN},
|
| /openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| D | ioctl.pl | 75 $FLUSHO = 0x800000;
|
| /openbsd/src/sys/sys/ |
| D | termios.h | 183 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
|
| /openbsd/src/usr.sbin/lpd/ |
| D | lp_stty.c | 403 { "flusho", FLUSHO, 0 }, 404 { "-flusho", 0, FLUSHO },
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ReadKey.xs | 927 #ifndef FLUSHO in ReadMode() 928 #define FLUSHO 0 in ReadMode() macro 979 work.c_lflag &= ~(ECHOPRT|ECHOKE|FLUSHO|PENDIN|XCASE); in ReadMode()
|