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

/xnu-2782.1.97/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-2782.1.97/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_dev.c1062 if ((tp->t_lflag&NOFLSH) == 0)
H A Dtty.c626 if (!ISSET(lflag, NOFLSH))
645 if (!ISSET(lflag, NOFLSH))

Completed in 32 milliseconds