Home
last modified time | relevance | path

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

/netbsd/lib/libedit/
H A Dtty.h104 # ifndef EXTPROC
105 # define EXTPROC 0 macro
H A Dtty.c76 (NOFLSH | ECHONL | EXTPROC | FLUSHO)},
84 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
371 #ifdef EXTPROC
372 {"extproc", EXTPROC, MD_LIN},
/netbsd/sys/kern/
H A Dtty_pty.c622 CLR(tp->t_lflag, EXTPROC); in ptcopen()
1083 SET(tp->t_lflag, EXTPROC); in ptyioctl()
1085 if (ISSET(tp->t_lflag, EXTPROC) && in ptyioctl()
1090 CLR(tp->t_lflag, EXTPROC); in ptyioctl()
1196 if (ISSET(tp->t_lflag, EXTPROC) && (pti->pt_flags & PF_PKT)) { in ptyioctl()
H A Dtty.c653 if (!ISSET(lflag, EXTPROC)) { in ttyinput_wlock()
749 if (!ISSET(lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput_wlock()
961 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput()
1307 if (ISSET(tp->t_lflag, EXTPROC)) in ttioctl()
1308 SET(t->c_lflag, EXTPROC); in ttioctl()
1310 CLR(t->c_lflag, EXTPROC); in ttioctl()
2444 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC)) in ttyrub()
2572 ISSET(tp->t_lflag, EXTPROC)) in ttyecho()
/netbsd/sys/sys/
H A Dtermios.h178 #define EXTPROC 0x00000800U /* external processing */ macro
/netbsd/bin/stty/
H A Dprint.c109 put("-extproc", EXTPROC, 0); in print()
/netbsd/usr.bin/mail/
H A Dtty.c298 extproc = ((ttybuf.c_lflag & EXTPROC) ? 1 : 0); in grabh()
/netbsd/libexec/telnetd/
H A Dsys_term.c221 return(termbuf.c_lflag & EXTPROC); in tty_linemode()