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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dioctl_compat.h167 #define FLUSHO 0x00800000 /* flush output to terminal */ macro
187 #define LFLUSHO (FLUSHO>>16)
H A Dtermios.h259 #define FLUSHO 0x00800000 /* output being flushed (state) */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c560 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
711 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
712 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty.c495 if (ISSET(lflag, FLUSHO))
496 CLR(tp->t_lflag, FLUSHO);
502 SET(tp->t_lflag, FLUSHO);
722 CLR(tp->t_lflag, FLUSHO);
744 if (ISSET(tp->t_lflag, FLUSHO))
762 if (!ISSET(tp->t_lflag, FLUSHO)) {
791 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq))
1107 ISSET(tp->t_lflag, FLUSHO)) {
1108 CLR(tp->t_lflag, FLUSHO);
1982 if (ISSET(tp->t_lflag, FLUSHO)) {
[all...]

Completed in 39 milliseconds