Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/appl/login/
Dstty_default.c41 #ifndef FLUSHO
42 #define FLUSHO 0 macro
87 termios.c_lflag &= ~(ECHOPRT|TOSTOP|FLUSHO); in stty_default()
/freebsd-9-stable/contrib/libreadline/
Drltty.c411 #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/
Dioctl_compat.h120 #define FLUSHO 0x00800000 /* flush output to terminal */ macro
140 #define LFLUSHO (FLUSHO>>16)
D_termios.h169 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
/freebsd-9-stable/usr.sbin/lpr/lpd/
Dmodes.c170 { "flusho", FLUSHO, 0 },
171 { "-flusho", 0, FLUSHO },
/freebsd-9-stable/bin/stty/
Dmodes.c170 { "flusho", FLUSHO, 0 },
171 { "-flusho", 0, FLUSHO },
Dprint.c111 put("-flusho", FLUSHO, 0); in print()
/freebsd-9-stable/contrib/tcsh/
Ded.term.c48 (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 },
Ded.term.h109 # ifndef FLUSHO
110 # define FLUSHO 0 macro
DFixes1789 20. FLUSHO added
/freebsd-9-stable/lib/libedit/
Dtty.h109 # ifndef FLUSHO
110 # define FLUSHO 0 macro
Dtty.c67 (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/
Dtty_compat.c327 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()
Dtty.c91 FLUSHO|NOKERNINFO|NOFLSH)
/freebsd-9-stable/usr.sbin/watch/
Dwatch.c116 #ifdef FLUSHO in set_tty()
117 ntty.c_lflag &= ~FLUSHO; in set_tty()
/freebsd-9-stable/include/rpcsvc/
Drex.x139 const FLUSHO = 0x00800000; /* flush output to terminal */ variable
/freebsd-9-stable/sys/dev/rc/
Drc.c750 tp->t_lflag &= ~FLUSHO; in rc_pollcard()
/freebsd-9-stable/contrib/ee/
Dnew_curse.c2686 #ifdef FLUSHO in raw()
2687 Terminal.c_lflag &= ~FLUSHO; in raw()
/freebsd-9-stable/sys/compat/linux/
Dlinux_ioctl.c476 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/
Dcy.c600 tp->t_lflag &= ~FLUSHO; in cyinput()
/freebsd-9-stable/sys/dev/sio/
Dsio.c1351 tp->t_lflag &= ~FLUSHO;
/freebsd-9-stable/sys/dev/cx/
Dif_cx.c2024 d->tty->t_lflag &= ~FLUSHO; in cx_softintr()
/freebsd-9-stable/sys/pc98/cbus/
Dsio.c2099 tp->t_lflag &= ~FLUSHO;