Searched refs:EXTPROC (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/bsd/kern/ |
| H A D | tty_dev.c | 521 tp->t_lflag &= ~EXTPROC; in ptcopen() 1013 tp->t_lflag |= EXTPROC; 1015 if ((tp->t_lflag & EXTPROC) && 1020 tp->t_lflag &= ~EXTPROC; 1191 if ((tp->t_lflag & EXTPROC) && (pti->pt_flags & PF_PKT)) {
|
| H A D | tty.c | 569 if (!ISSET(lflag, EXTPROC)) { in ttyinput() 683 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput() 911 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput() 1386 if (ISSET(tp->t_lflag, EXTPROC)) { in ttioctl_locked() 1387 SET(t->c_lflag, EXTPROC); in ttioctl_locked() 1389 CLR(t->c_lflag, EXTPROC); in ttioctl_locked() 2687 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC)) { in ttyrub() 2838 ISSET(tp->t_lflag, EXTPROC)) { in ttyecho()
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | termios.h | 253 #define EXTPROC 0x00000800 /* external processing */ macro
|