EXTPROC 305 kern/tty.c if (!ISSET(lflag, EXTPROC)) { EXTPROC 402 kern/tty.c if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { EXTPROC 615 kern/tty.c ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { EXTPROC 924 kern/tty.c if (ISSET(tp->t_lflag, EXTPROC)) EXTPROC 925 kern/tty.c SET(t->c_lflag, EXTPROC); EXTPROC 927 kern/tty.c CLR(t->c_lflag, EXTPROC); EXTPROC 1852 kern/tty.c if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC)) EXTPROC 1977 kern/tty.c ISSET(tp->t_lflag, EXTPROC)) EXTPROC 434 kern/tty_pty.c tp->t_lflag &= ~EXTPROC; EXTPROC 784 kern/tty_pty.c tp->t_lflag |= EXTPROC; EXTPROC 786 kern/tty_pty.c if ((tp->t_lflag & EXTPROC) && EXTPROC 791 kern/tty_pty.c tp->t_lflag &= ~EXTPROC; EXTPROC 886 kern/tty_pty.c if ((tp->t_lflag&EXTPROC) && (pti->pt_flags & PF_PKT)) {