NOFLSH 315 compat/common/tty_43.c SET(flags, ISSET(lflag, ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH)); NOFLSH 467 compat/common/tty_43.c CLR(lflag, TOSTOP|FLUSHO|PENDIN|NOFLSH); NOFLSH 468 compat/common/tty_43.c SET(lflag, ISSET(flags, TOSTOP|FLUSHO|PENDIN|NOFLSH)); NOFLSH 162 compat/hpux/hpux_tty.c if (tios.c_lflag & NOFLSH) NOFLSH 285 compat/hpux/hpux_tty.c tios.c_lflag &= ~(ECHOE|ECHOK|ECHO|ISIG|ICANON|IEXTEN|NOFLSH); NOFLSH 299 compat/hpux/hpux_tty.c tios.c_lflag |= NOFLSH; NOFLSH 171 compat/ibcs2/ibcs2_ioctl.c if (l & IBCS2_NOFLSH) r |= NOFLSH; NOFLSH 265 compat/ibcs2/ibcs2_ioctl.c if (l & NOFLSH) r |= IBCS2_NOFLSH; NOFLSH 144 compat/linux/linux_termios.c bts->c_lflag |= cvtto_bsd_mask(lt->c_lflag, LINUX_NOFLSH, NOFLSH); NOFLSH 222 compat/linux/linux_termios.c lt->c_lflag |= cvtto_linux_mask(bts->c_lflag, NOFLSH, LINUX_NOFLSH); NOFLSH 309 compat/linux/linux_termios.c bts->c_lflag |= cvtto_bsd_mask(lts->c_lflag, LINUX_NOFLSH, NOFLSH); NOFLSH 400 compat/linux/linux_termios.c lts->c_lflag |= cvtto_linux_mask(bts->c_lflag, NOFLSH, LINUX_NOFLSH); NOFLSH 206 compat/sunos/sunos_ioctl.c r |= ((l & 0x00000080) ? NOFLSH : 0); NOFLSH 327 compat/sunos/sunos_ioctl.c r |= ((l & NOFLSH) ? 0x00000080 : 0); NOFLSH 219 compat/ultrix/ultrix_ioctl.c r |= ((l & 0x00000080) ? NOFLSH : 0); NOFLSH 349 compat/ultrix/ultrix_ioctl.c r |= ((l & NOFLSH) ? 0x00000080 : 0); NOFLSH 355 kern/tty.c if (!ISSET(lflag, NOFLSH)) NOFLSH 363 kern/tty.c if (!ISSET(lflag, NOFLSH)) NOFLSH 861 kern/tty_pty.c if ((tp->t_lflag&NOFLSH) == 0) NOFLSH 158 sys/ioctl_compat.h #define LNOFLSH (NOFLSH>>16)