Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/
Drltty.c401 #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/
Dtty.c340 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/
Dmodes.c158 { "flusho", FLUSHO, 0 },
159 { "-flusho", 0, FLUSHO },
/openbsd/src/bin/stty/
Dmodes.c161 { "flusho", FLUSHO, 0 },
162 { "-flusho", 0, FLUSHO },
Dprint.c107 put("-flusho", FLUSHO, 0); in print()
/openbsd/src/lib/libedit/
Dtty.h109 # ifndef FLUSHO
110 # define FLUSHO 0 macro
Dtty.c70 (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/
Dioctl.pl75 $FLUSHO = 0x800000;
/openbsd/src/sys/sys/
Dtermios.h183 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
/openbsd/src/usr.sbin/lpd/
Dlp_stty.c403 { "flusho", FLUSHO, 0 },
404 { "-flusho", 0, FLUSHO },
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
DReadKey.xs927 #ifndef FLUSHO in ReadMode()
928 #define FLUSHO 0 in ReadMode() macro
979 work.c_lflag &= ~(ECHOPRT|ECHOKE|FLUSHO|PENDIN|XCASE); in ReadMode()