EXTPROC
put("-extproc", EXTPROC, 0);
return(termbuf.c_lflag & EXTPROC);
# ifdef EXTPROC
termbuf.c_lflag |= EXTPROC;
termbuf.c_lflag &= ~EXTPROC;
tp->t_lflag &= ~EXTPROC;
if (ISSET(tp->t_lflag, EXTPROC))
SET(t->c_lflag, EXTPROC);
CLR(t->c_lflag, EXTPROC);
if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC))
ISSET(tp->t_lflag, EXTPROC))
if (!ISSET(lflag, EXTPROC)) {
if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) {
ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
tp->t_lflag |= EXTPROC;
if ((tp->t_lflag & EXTPROC) &&
tp->t_lflag &= ~EXTPROC;
if ((tp->t_lflag&EXTPROC) && (pti->pt_flags & PF_PKT)) {
tp->t_lflag &= ~EXTPROC;
extproc = ((ttybuf.c_lflag & EXTPROC) ? 1 : 0);