Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
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},
/dragonfly/contrib/tcsh-6/
H A Ded.term.h104 # ifndef EXTPROC
105 # define EXTPROC 0 macro
H A Ded.term.c45 (NOFLSH|ECHONL|EXTPROC|FLUSHO|IDEFAULT) },
58 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO|
301 # ifdef EXTPROC
302 { "extproc",EXTPROC,M_LINED },
/dragonfly/libexec/telnetd/
H A Dsys_term.c442 return(termbuf.c_lflag & EXTPROC); in tty_linemode()
454 # ifdef EXTPROC in tty_setlinemode()
456 termbuf.c_lflag |= EXTPROC; in tty_setlinemode()
458 termbuf.c_lflag &= ~EXTPROC; in tty_setlinemode()
/dragonfly/sys/sys/
H A D_termios.h175 #define EXTPROC 0x00000800 /* external processing */ macro
/dragonfly/sys/kern/
H A Dtty_pty.c661 tp->t_lflag &= ~EXTPROC; in ptcopen()
1261 tp->t_lflag |= EXTPROC; in ptyioctl()
1263 if ((tp->t_lflag & EXTPROC) && in ptyioctl()
1268 tp->t_lflag &= ~EXTPROC; in ptyioctl()
1294 if ((tp->t_lflag&EXTPROC) && (pti->pt_flags & PF_PKT)) { in ptyioctl()
H A Dtty.c472 if (!ISSET(lflag, EXTPROC)) { in ttyinput()
573 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput()
774 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput()
1117 if (ISSET(tp->t_lflag, EXTPROC)) in ttioctl()
1118 SET(t->c_lflag, EXTPROC); in ttioctl()
1120 CLR(t->c_lflag, EXTPROC); in ttioctl()
2193 if (!ISSET(tp->t_lflag, ECHO) || ISSET(tp->t_lflag, EXTPROC)) in ttyrub()
2343 ISSET(tp->t_lflag, EXTPROC)) in ttyecho()
/dragonfly/usr.bin/mail/
H A Dtty.c73 extproc = ((ttybuf.c_lflag & EXTPROC) ? 1 : 0); in grabh()
/dragonfly/bin/stty/
H A Dprint.c109 put("-extproc", EXTPROC, 0); in print()
/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c231 tp->t_lflag &= ~EXTPROC; in nmdmopen()
/dragonfly/usr.bin/telnet/
H A DREADME312 slave side of the pty, it was re-setting the EXTPROC