Searched refs:IEXTEN (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.h94 # ifndef IEXTEN
95 # define IEXTEN 0 macro
96 # endif /* IEXTEN */
120 * Work around ISC's definition of IEXTEN which is
124 # if defined(IEXTEN) && defined(XCASE)
125 # if IEXTEN == XCASE
126 # undef IEXTEN macro
127 # define IEXTEN 0 macro
128 # endif /* IEXTEN == XCASE */
129 # endif /* IEXTEN
132 # undef IEXTEN macro
133 # define IEXTEN macro
143 # undef IEXTEN macro
144 # define IEXTEN macro
[all...]
H A Dtty.c71 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN),
80 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
89 {"lflag:", 0, ISIG | IEXTEN},
358 #ifdef IEXTEN
359 {"iexten", IEXTEN, MD_LIN},
360 #endif /* IEXTEN */
/macosx-10.9.5/libedit-39/src/
H A Dtty.h94 # ifndef IEXTEN
95 # define IEXTEN 0 macro
96 # endif /* IEXTEN */
120 * Work around ISC's definition of IEXTEN which is
124 # if defined(IEXTEN) && defined(XCASE)
125 # if IEXTEN == XCASE
126 # undef IEXTEN macro
127 # define IEXTEN 0 macro
128 # endif /* IEXTEN == XCASE */
129 # endif /* IEXTEN
132 # undef IEXTEN macro
133 # define IEXTEN macro
143 # undef IEXTEN macro
144 # define IEXTEN macro
[all...]
H A Dtty.c72 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN),
81 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
90 {"lflag:", 0, ISIG | IEXTEN},
359 #ifdef IEXTEN
360 {"iexten", IEXTEN, MD_LIN},
361 #endif /* IEXTEN */
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.h94 # ifndef IEXTEN
95 # define IEXTEN 0 macro
96 # endif /* IEXTEN */
120 * Work around ISC's definition of IEXTEN which is
124 # if defined(IEXTEN) && defined(XCASE)
125 # if IEXTEN == XCASE
126 # undef IEXTEN macro
127 # define IEXTEN 0 macro
128 # endif /* IEXTEN == XCASE */
129 # endif /* IEXTEN
132 # undef IEXTEN macro
133 # define IEXTEN macro
143 # undef IEXTEN macro
144 # define IEXTEN macro
[all...]
H A Dtty.c63 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN),
72 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
81 {"lflag:", 0, ISIG | IEXTEN},
350 #ifdef IEXTEN
351 {"iexten", IEXTEN, MD_LIN},
352 #endif /* IEXTEN */
/macosx-10.9.5/tcsh-65/tcsh/
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...]
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 */
/macosx-10.9.5/OpenSSH-186/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 */
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dstty_default.c86 termios.c_lflag |= (ISIG|IEXTEN|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE);
/macosx-10.9.5/ncurses-42/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)
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dshtty.c117 # ifdef IEXTEN
118 ttp->c_lflag |= IEXTEN;
/macosx-10.9.5/sudo-72/src/
H A Dterm.c59 #ifndef IEXTEN
60 # define IEXTEN 0 macro
166 CLR(term.c_lflag, ECHO | ICANON | ISIG | IEXTEN);
186 CLR(term.c_lflag, ECHO | ECHONL | ICANON | IEXTEN);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h80 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
H A Dtermios.h79 #define VEOL2 2 /* ICANON together with IEXTEN */
83 #define VWERASE 4 /* ICANON together with IEXTEN */
87 #define VREPRINT 6 /* ICANON together with IEXTEN */
94 #define VDSUSP 11 /* ISIG together with IEXTEN */
99 #define VLNEXT 14 /* IEXTEN */
100 #define VDISCARD 15 /* IEXTEN */
105 #define VSTATUS 18 /* ICANON together with IEXTEN */
251 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_raw.c94 buf.c_lflag &= ~(ICANON | ISIG | IEXTEN);
188 (cur_term->Ottyb.c_lflag & IEXTEN);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dkeyboard.c61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dkeyboard.c61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
/macosx-10.9.5/adv_cmds-153/stty/
H A Dmodes.c162 { "iexten", IEXTEN, 0 },
163 { "-iexten", 0, IEXTEN },
H A Dkey.c153 ip->t.c_lflag |= ISIG|IEXTEN;
H A Dprint.c114 put("-iexten", IEXTEN, 1);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c547 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
600 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN);
604 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dtermios.c198 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs891 #ifndef IEXTEN
893 #define IEXTEN IDEFAULT
970 work.c_lflag &= ~(ICANON|ISIG|IEXTEN );
996 work.c_lflag &= ~(ICANON | ISIG | IEXTEN | ECHO);
1014 work.c_lflag |= ISIG | IEXTEN;
1030 work.c_lflag |= ICANON|ISIG|IEXTEN;
1048 work.c_lflag |= ICANON|ECHO|ISIG|IEXTEN;

Completed in 159 milliseconds

12