Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/bsd/kern/
H A Dtty.c543 if (ISSET(lflag, FLUSHO)) { in ttyinput()
544 CLR(tp->t_lflag, FLUSHO); in ttyinput()
551 SET(tp->t_lflag, FLUSHO); in ttyinput()
795 CLR(tp->t_lflag, FLUSHO); in ttyinput()
833 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput()
853 if (!ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput()
886 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput()
1315 ISSET(tp->t_lflag, FLUSHO)) { in ttioctl_locked()
1316 CLR(tp->t_lflag, FLUSHO); in ttioctl_locked()
2431 if (ISSET(tp->t_lflag, FLUSHO)) { in ttwrite()
[all …]
H A Dtty_compat.c620 flags |= lflag & (ECHO | TOSTOP | FLUSHO | PENDIN | NOFLSH); in ttcompatgetflags()
787 lflag &= ~(TOSTOP | FLUSHO | PENDIN | NOFLSH); in ttcompatsetlflags()
788 lflag |= flags & (TOSTOP | FLUSHO | PENDIN | NOFLSH); in ttcompatsetlflags()