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

/xnu-2422.115.4/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-2422.115.4/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_pty.c864 if ((tp->t_lflag&NOFLSH) == 0)
H A Dtty.c626 if (!ISSET(lflag, NOFLSH))
645 if (!ISSET(lflag, NOFLSH))
H A Dtty_ptmx.c1402 if ((tp->t_lflag&NOFLSH) == 0)

Completed in 49 milliseconds