Searched refs:FLUSHO (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dstty_default.c41 #ifndef FLUSHO
42 #define FLUSHO 0 macro
87 termios.c_lflag &= ~(ECHOPRT|TOSTOP|FLUSHO);
/freebsd-11-stable/sys/sys/
H A Dioctl_compat.h120 #define FLUSHO 0x00800000 /* flush output to terminal */ macro
140 #define LFLUSHO (FLUSHO>>16)
H A D_termios.h175 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
/freebsd-11-stable/bin/stty/
H A Dmodes.c170 { "flusho", FLUSHO, 0 },
171 { "-flusho", 0, FLUSHO },
H A Dprint.c111 put("-flusho", FLUSHO, 0);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c170 { "flusho", FLUSHO, 0 },
171 { "-flusho", 0, FLUSHO },
/freebsd-11-stable/contrib/libreadline/
H A 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-11-stable/include/rpcsvc/
H A Drex.x141 const FLUSHO = 0x00800000; /* flush output to terminal */
/freebsd-11-stable/lib/libedit/
H A Dtty.h109 # ifndef FLUSHO
110 # define FLUSHO 0 macro
111 # endif /* FLUSHO */
H A Dtty.c77 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
85 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
357 #ifdef FLUSHO
358 {"flusho", FLUSHO, MD_LIN},
359 #endif /* FLUSHO */
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h108 # ifndef FLUSHO
109 # define FLUSHO 0 macro
110 # endif /* FLUSHO */
H A Ded.term.c45 (NOFLSH|ECHONL|EXTPROC|FLUSHO|IDEFAULT) },
58 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO|
285 # ifdef FLUSHO
286 { "flusho", FLUSHO, M_LINED },
287 # endif /* FLUSHO */
375 # ifdef FLUSHO
376 { "flusho", FLUSHO, M_CONTROL },
377 # endif /* FLUSHO */
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c327 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
452 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
453 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty.c91 FLUSHO|NOKERNINFO|NOFLSH)
/freebsd-11-stable/usr.sbin/watch/
H A Dwatch.c118 #ifdef FLUSHO
119 ntty.c_lflag &= ~FLUSHO;
/freebsd-11-stable/sys/dev/rc/
H A Drc.c750 tp->t_lflag &= ~FLUSHO;
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c600 tp->t_lflag &= ~FLUSHO;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c500 if (bios->c_lflag & FLUSHO)
641 bios->c_lflag |= FLUSHO;
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1356 tp->t_lflag &= ~FLUSHO;
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c2010 d->tty->t_lflag &= ~FLUSHO;
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2099 tp->t_lflag &= ~FLUSHO;

Completed in 200 milliseconds