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

/xnu-2422.115.4/bsd/sys/
H A Dioctl_compat.h167 #define FLUSHO 0x00800000 /* flush output to terminal */ macro
187 #define LFLUSHO (FLUSHO>>16)
H A Dtermios.h257 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c571 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
722 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
723 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty.c609 if (ISSET(lflag, FLUSHO))
610 CLR(tp->t_lflag, FLUSHO);
616 SET(tp->t_lflag, FLUSHO);
852 CLR(tp->t_lflag, FLUSHO);
890 if (ISSET(tp->t_lflag, FLUSHO))
908 if (!ISSET(tp->t_lflag, FLUSHO)) {
937 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq))
1357 ISSET(tp->t_lflag, FLUSHO)) {
1358 CLR(tp->t_lflag, FLUSHO);
2358 if (ISSET(tp->t_lflag, FLUSHO)) {
[all...]

Completed in 27 milliseconds