Searched refs:EXTPROC (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dtty_pty.c449 tp->t_lflag &= ~EXTPROC;
785 * When the EXTPROC bit is being toggled, we need
794 tp->t_lflag |= EXTPROC;
796 if ((tp->t_lflag & EXTPROC) &&
801 tp->t_lflag &= ~EXTPROC;
940 if ((tp->t_lflag&EXTPROC) && (pti->pt_flags & PF_PKT)) {
H A Dtty_ptmx.c850 tp->t_lflag &= ~EXTPROC;
1323 * When the EXTPROC bit is being toggled, we need
1332 tp->t_lflag |= EXTPROC;
1334 if ((tp->t_lflag & EXTPROC) &&
1339 tp->t_lflag &= ~EXTPROC;
1495 if ((tp->t_lflag&EXTPROC) && (pti->pt_flags & PF_PKT)) {
H A Dtty.c76 * case for EXTPROC?
78 * o Move EXTPROC and/or PENDIN to t_state?
576 if (!ISSET(lflag, EXTPROC)) {
688 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) {
906 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
1318 * Make the EXTPROC bit read only.
1320 if (ISSET(tp->t_lflag, EXTPROC))
1321 SET(t->c_lflag, EXTPROC);
1323 CLR(t->c_lflag, EXTPROC);
2492 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC))
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h253 #define EXTPROC 0x00000800 /* external processing */ macro

Completed in 19 milliseconds