Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/kern/
H A Dtty.c542 if (ISSET(lflag, FLUSHO)) { in ttyinput()
543 CLR(tp->t_lflag, FLUSHO); in ttyinput()
550 SET(tp->t_lflag, FLUSHO); in ttyinput()
794 CLR(tp->t_lflag, FLUSHO); in ttyinput()
832 if (ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput()
852 if (!ISSET(tp->t_lflag, FLUSHO)) { in ttyoutput()
885 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput()
1314 ISSET(tp->t_lflag, FLUSHO)) { in ttioctl_locked()
1315 CLR(tp->t_lflag, FLUSHO); in ttioctl_locked()
2430 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()