EXTPROC
put("-extproc", EXTPROC, 0);
#ifdef EXTPROC
{"extproc", EXTPROC, MD_LIN},
(NOFLSH | ECHONL | EXTPROC | FLUSHO)},
(NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
# ifndef EXTPROC
return(termbuf.c_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(lflag, EXTPROC) && ISSET(lflag, ICANON)) {
ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) {
SET(tp->t_lflag, EXTPROC);
if (ISSET(tp->t_lflag, EXTPROC) &&
CLR(tp->t_lflag, EXTPROC);
if (ISSET(tp->t_lflag, EXTPROC) && (pti->pt_flags & PF_PKT)) {
CLR(tp->t_lflag, EXTPROC);
extproc = ((ttybuf.c_lflag & EXTPROC) ? 1 : 0);