Home
last modified time | relevance | path

Searched refs:EXTPROC (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/lib/libedit/
Dtty.h105 # ifndef EXTPROC
106 # define EXTPROC 0 macro
Dtty.c70 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
78 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
365 #ifdef EXTPROC
366 {"extproc", EXTPROC, MD_LIN},
/openbsd/src/sys/kern/
Dtty_pty.c416 tp->t_lflag &= ~EXTPROC; in ptcopen()
808 tp->t_lflag |= EXTPROC; in ptyioctl()
810 if ((tp->t_lflag & EXTPROC) && in ptyioctl()
815 tp->t_lflag &= ~EXTPROC; in ptyioctl()
913 if ((tp->t_lflag & EXTPROC) && (pti->pt_flags & PF_PKT)) { in ptyioctl()
Dtty.c307 if (!ISSET(lflag, EXTPROC)) { in ttyinput()
404 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput()
622 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput()
927 if (ISSET(tp->t_lflag, EXTPROC)) in ttioctl()
928 SET(t->c_lflag, EXTPROC); in ttioctl()
930 CLR(t->c_lflag, EXTPROC); in ttioctl()
1918 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC)) in ttyrub()
2044 ISSET(tp->t_lflag, EXTPROC)) in ttyecho()
/openbsd/src/sys/sys/
Dtermios.h180 #define EXTPROC 0x00000800 /* external processing */ macro
/openbsd/src/bin/stty/
Dprint.c110 put("-extproc", EXTPROC, 0); in print()
/openbsd/src/usr.bin/mail/
Dtty.c116 extproc = ((oldtio.c_lflag & EXTPROC) ? 1 : 0); in grabh()