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

/macosx-10.5.8/xnu-1228.15.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.h263 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c560 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
711 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH);
712 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH);
H A Dtty_pty.c850 if ((tp->t_lflag&NOFLSH) == 0)
H A Dtty.c512 if (!ISSET(lflag, NOFLSH))
520 if (!ISSET(lflag, NOFLSH))
H A Dtty_ptmx.c1361 if ((tp->t_lflag&NOFLSH) == 0)

Completed in 35 milliseconds