| /freebsd-9-stable/crypto/heimdal/appl/login/ |
| D | stty_default.c | 41 #ifndef FLUSHO 42 #define FLUSHO 0 macro 87 termios.c_lflag &= ~(ECHOPRT|TOSTOP|FLUSHO); in stty_default()
|
| /freebsd-9-stable/contrib/libreadline/ |
| D | rltty.c | 411 #if defined (FLUSHO) 412 # define OUTPUT_BEING_FLUSHED(tp) (tp->c_lflag & FLUSHO) 503 #if defined (FLUSHO) && defined (_AIX41) 505 tiop->c_lflag &= ~FLUSHO; 615 #if defined (FLUSHO) 618 tiop->c_lflag &= ~FLUSHO; 619 oldtio.c_lflag &= ~FLUSHO;
|
| /freebsd-9-stable/sys/sys/ |
| D | ioctl_compat.h | 120 #define FLUSHO 0x00800000 /* flush output to terminal */ macro 140 #define LFLUSHO (FLUSHO>>16)
|
| D | _termios.h | 169 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
|
| /freebsd-9-stable/usr.sbin/lpr/lpd/ |
| D | modes.c | 170 { "flusho", FLUSHO, 0 }, 171 { "-flusho", 0, FLUSHO },
|
| /freebsd-9-stable/bin/stty/ |
| D | modes.c | 170 { "flusho", FLUSHO, 0 }, 171 { "-flusho", 0, FLUSHO },
|
| D | print.c | 111 put("-flusho", FLUSHO, 0); in print()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | ed.term.c | 48 (NOFLSH|ECHONL|EXTPROC|FLUSHO|IDEFAULT) }, 61 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO| 288 # ifdef FLUSHO 289 { "flusho", FLUSHO, M_LINED }, 378 # ifdef FLUSHO 379 { "flusho", FLUSHO, M_CONTROL },
|
| D | ed.term.h | 109 # ifndef FLUSHO 110 # define FLUSHO 0 macro
|
| D | Fixes | 1789 20. FLUSHO added
|
| /freebsd-9-stable/lib/libedit/ |
| D | tty.h | 109 # ifndef FLUSHO 110 # define FLUSHO 0 macro
|
| D | tty.c | 67 (NOFLSH | ECHONL | EXTPROC | FLUSHO)}, 75 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)}, 347 #ifdef FLUSHO 348 {"flusho", FLUSHO, MD_LIN},
|
| /freebsd-9-stable/sys/kern/ |
| D | tty_compat.c | 327 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatgetflags() 452 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags() 453 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags()
|
| D | tty.c | 91 FLUSHO|NOKERNINFO|NOFLSH)
|
| /freebsd-9-stable/usr.sbin/watch/ |
| D | watch.c | 116 #ifdef FLUSHO in set_tty() 117 ntty.c_lflag &= ~FLUSHO; in set_tty()
|
| /freebsd-9-stable/include/rpcsvc/ |
| D | rex.x | 139 const FLUSHO = 0x00800000; /* flush output to terminal */ variable
|
| /freebsd-9-stable/sys/dev/rc/ |
| D | rc.c | 750 tp->t_lflag &= ~FLUSHO; in rc_pollcard()
|
| /freebsd-9-stable/contrib/ee/ |
| D | new_curse.c | 2686 #ifdef FLUSHO in raw() 2687 Terminal.c_lflag &= ~FLUSHO; in raw()
|
| /freebsd-9-stable/sys/compat/linux/ |
| D | linux_ioctl.c | 476 if (bios->c_lflag & FLUSHO) in bsd_to_linux_termios() 617 bios->c_lflag |= FLUSHO; in linux_to_bsd_termios()
|
| /freebsd-9-stable/sys/dev/cy/ |
| D | cy.c | 600 tp->t_lflag &= ~FLUSHO; in cyinput()
|
| /freebsd-9-stable/sys/dev/sio/ |
| D | sio.c | 1351 tp->t_lflag &= ~FLUSHO;
|
| /freebsd-9-stable/sys/dev/cx/ |
| D | if_cx.c | 2024 d->tty->t_lflag &= ~FLUSHO; in cx_softintr()
|
| /freebsd-9-stable/sys/pc98/cbus/ |
| D | sio.c | 2099 tp->t_lflag &= ~FLUSHO;
|