Searched refs:IEXTEN (Results 1 - 25 of 29) sorted by last modified time

12

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c480 if (bios->c_lflag & IEXTEN)
621 bios->c_lflag |= IEXTEN;
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
/freebsd-9.3-release/bin/stty/
H A Dkey.c149 ip->t.c_lflag |= ISIG|IEXTEN;
H A Dmodes.c150 { "iexten", IEXTEN, 0 },
151 { "-iexten", 0, IEXTEN },
H A Dprint.c100 put("-iexten", IEXTEN, 1);
/freebsd-9.3-release/lib/libedit/
H A Dtty.c66 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN),
75 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
84 {"lflag:", 0, ISIG | IEXTEN},
353 #ifdef IEXTEN
354 {"iexten", IEXTEN, MD_LIN},
355 #endif /* IEXTEN */
H A Dtty.h93 # ifndef IEXTEN
94 # define IEXTEN 0 macro
95 # endif /* IEXTEN */
119 * Work around ISC's definition of IEXTEN which is
123 # if defined(IEXTEN) && defined(XCASE)
124 # if IEXTEN == XCASE
125 # undef IEXTEN macro
126 # define IEXTEN 0 macro
127 # endif /* IEXTEN == XCASE */
128 # endif /* IEXTEN
131 # undef IEXTEN macro
132 # define IEXTEN macro
142 # undef IEXTEN macro
143 # define IEXTEN macro
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dtermios.c171 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/freebsd-9.3-release/usr.sbin/watch/
H A Dwatch.c122 #ifdef IEXTEN
123 ntty.c_lflag &= ~IEXTEN;
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c150 { "iexten", IEXTEN, 0 },
151 { "-iexten", 0, IEXTEN },
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c1451 attr.c_lflag |= (ISIG | IEXTEN);
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.c47 { "lflag:", (ISIG|ICANON|ECHO|ECHOE|ECHOCTL|IEXTEN),
61 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO|
78 { "lflag:", 0, ISIG | IEXTEN },
294 # ifdef IEXTEN
295 { "iexten", IEXTEN, M_LINED },
296 # endif /* IEXTEN */
H A Ded.term.h82 # ifndef IEXTEN
83 # define IEXTEN 0 macro
84 # endif /* IEXTEN */
119 * Work around ISC's definition of IEXTEN which is
123 # if defined(IEXTEN) && defined(XCASE)
124 # if IEXTEN == XCASE
125 # undef IEXTEN macro
126 # define IEXTEN 0 macro
127 # endif /* IEXTEN == XCASE */
128 # endif /* IEXTEN
131 # undef IEXTEN macro
132 # define IEXTEN macro
142 # undef IEXTEN macro
143 # define IEXTEN macro
[all...]
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_screen.c276 * things like IEXTEN, which turns on flags like DISCARD and LNEXT.
480 clp->ex_enter.c_lflag |= ECHO | ECHOE | ECHOK | ICANON | IEXTEN | ISIG;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c94 buf.c_lflag &= ~(ICANON | ISIG | IEXTEN);
188 (cur_term->Ottyb.c_lflag & IEXTEN);
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c57 #ifndef IEXTEN
58 #define IEXTEN 0 macro
157 {IEXTEN, "IEXTEN"},
159 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN)
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dkeyboard.c61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.c221 term.c_lflag &= ~(ICANON|IEXTEN|ECHO);
559 cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO);
/freebsd-9.3-release/usr.bin/rlogin/
H A Drlogin.c652 tty.c_lflag &= ~(ECHO|ICANON|ISIG|IEXTEN);
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dstty_default.c86 termios.c_lflag |= (ISIG|IEXTEN|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE);
/freebsd-9.3-release/crypto/openssh/
H A Dsshtty.c85 #ifdef IEXTEN
86 tio.c_lflag &= ~IEXTEN;
H A Dttymodes.h142 #ifdef IEXTEN
143 TTYMODE(IEXTEN, c_lflag, 59)
144 #endif /* IEXTEN */
/freebsd-9.3-release/sys/sys/
H A D_termios.h46 #define VEOL2 2 /* ICANON together with IEXTEN */
50 #define VWERASE 4 /* ICANON together with IEXTEN */
54 #define VREPRINT 6 /* ICANON together with IEXTEN */
62 #define VDSUSP 11 /* ISIG together with IEXTEN */
67 #define VLNEXT 14 /* IEXTEN */
68 #define VDISCARD 15 /* IEXTEN */
73 #define VSTATUS 18 /* ICANON together with IEXTEN */
165 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
H A Dttydefaults.h49 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c303 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
344 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN);
348 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */

Completed in 225 milliseconds

12