OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLUSHO
(Results
1 - 16
of
16
) sorted by relevancy
/src/usr.sbin/lpr/lpd/
modes.c
167
{ "
flusho
",
FLUSHO
, 0 },
168
{ "-
flusho
", 0,
FLUSHO
},
ttcompat.c
243
CLR(lflag, ISSET(flags, TOSTOP|
FLUSHO
|PENDIN|NOFLSH));
278
SET(lflag, ISSET(flags, TOSTOP|
FLUSHO
|PENDIN|NOFLSH));
/src/sys/sys/
ioctl_compat.h
135
/* termios
FLUSHO
0x00800000 output being flushed (state) */
155
#define LFLUSHO (
FLUSHO
>>16)
termios.h
182
#define
FLUSHO
0x00800000U /* output being flushed (state) */
/src/lib/libedit/
tty.h
108
# ifndef
FLUSHO
109
# define
FLUSHO
0
110
# endif /*
FLUSHO
*/
tty.c
76
(NOFLSH | ECHONL | EXTPROC |
FLUSHO
)},
84
(NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN |
FLUSHO
)},
356
#ifdef
FLUSHO
357
{"
flusho
",
FLUSHO
, MD_LIN},
358
#endif /*
FLUSHO
*/
/src/lib/librpcsvc/
rex.x
139
const
FLUSHO
= 0x00800000; /* flush output to terminal */
/src/sys/kern/
tty.c
682
if (ISSET(lflag,
FLUSHO
))
683
CLR(tp->t_lflag,
FLUSHO
);
689
SET(tp->t_lflag,
FLUSHO
);
895
CLR(tp->t_lflag,
FLUSHO
);
945
if (!ISSET(tp->t_lflag,
FLUSHO
) && putc(c, &tp->t_outq))
959
if (ISSET(tp->t_lflag,
FLUSHO
)) {
980
if (!ISSET(tp->t_lflag,
FLUSHO
) && putc('\r', &tp->t_outq))
992
if (!ISSET(tp->t_lflag,
FLUSHO
) && putc(c, &tp->t_outq))
1351
ISSET(tp->t_lflag,
FLUSHO
)) {
1352
CLR(tp->t_lflag,
FLUSHO
);
[
all
...]
/src/bin/stty/
modes.c
139
{ "
flusho
",
FLUSHO
},
print.c
106
put("-
flusho
",
FLUSHO
, 0);
/src/sys/compat/common/
tty_43.c
343
SET(flags, ISSET(lflag, ECHO|TOSTOP|
FLUSHO
|PENDIN|NOFLSH));
479
CLR(lflag, TOSTOP|
FLUSHO
|PENDIN|NOFLSH);
480
SET(lflag, ISSET(flags, TOSTOP|
FLUSHO
|PENDIN|NOFLSH));
/src/sys/compat/linux/common/
linux_termios.h
255
bts->c_lflag |= cvtto_bsd_mask(lt->c_lflag, LINUX_FLUSHO,
FLUSHO
);
338
lt->c_lflag |= cvtto_linux_mask(bts->c_lflag,
FLUSHO
, LINUX_FLUSHO);
429
bts->c_lflag |= cvtto_bsd_mask(lts->c_lflag, LINUX_FLUSHO,
FLUSHO
);
530
lts->c_lflag |= cvtto_linux_mask(bts->c_lflag,
FLUSHO
, LINUX_FLUSHO);
/src/libexec/getty/
subr.c
459
CLR(lflag, TOSTOP|
FLUSHO
|PENDIN|NOFLSH);
460
SET(lflag, ISSET(flags, TOSTOP|
FLUSHO
|PENDIN|NOFLSH));
/src/sys/compat/sunos/
sunos_ioctl.c
219
r |= ((l & 0x00002000) ?
FLUSHO
: 0);
340
r |= ((l &
FLUSHO
) ? 0x00002000 : 0);
/src/sys/compat/sunos32/
sunos32_ioctl.c
255
r |= ((l & 0x00002000) ?
FLUSHO
: 0);
376
r |= ((l &
FLUSHO
) ? 0x00002000 : 0);
/src/sys/compat/ultrix/
ultrix_ioctl.c
237
r |= ((l & 0x00002000) ?
FLUSHO
: 0);
368
r |= ((l &
FLUSHO
) ? 0x00002000 : 0);
Completed in 22 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025