Home
last modified time | relevance | path

Searched refs:NOFLSH (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dioctl_compat.h175 #define NOFLSH 0x80000000 /* no output flush on signal */ macro
194 #define LNOFLSH (NOFLSH>>16)
H A Dtermios.h261 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
/xnu-8019.80.24/bsd/kern/
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()
H A Dtty_dev.c1032 if ((tp->t_lflag & NOFLSH) == 0) {
H A Dtty.c560 if (!ISSET(lflag, NOFLSH)) { in ttyinput()
578 if (!ISSET(lflag, NOFLSH)) { in ttyinput()