/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 203 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 204 "-raw", (ISIG|ICANON|IEXTEN), 0, 206 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOCTL|ECHOKE), 238 "iexten", IEXTEN, 0, 239 "-iexten", 0, IEXTEN,
|
H A D | stty.c | 397 if (m & IEXTEN) 564 (void) fprintf(output, "-iexten " + ((m & IEXTEN) != 0));
|
H A D | sttyparse.c | 135 cb->c_lflag |= ECHOE|ECHOCTL|IEXTEN;
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 151 "iexten", IEXTEN, 0, 152 "-iexten", 0, IEXTEN, 195 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 196 "-raw", (ISIG|ICANON|IEXTEN), 0,
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 206 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL), 232 "iexten", IEXTEN, 0, 233 "-iexten", 0, IEXTEN,
|
H A D | stty.c | 439 if (m&IEXTEN) 616 (void) printf("-iexten "+((m&IEXTEN) != 0));
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 213 #define IEXTEN 0x00008000 macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 213 #define IEXTEN 0x00008000 macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 1256 tp->t_modes.c_lflag & IEXTEN && 1275 IEXTEN && 1301 * and ICANON, since the IEXTEN 1304 if (tp->t_modes.c_lflag & IEXTEN) { 1353 if ((tp->t_modes.c_lflag & IEXTEN) && 1757 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) { 1791 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VWERASE]) { 1817 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VREPRINT]) { 1867 (tp->t_modes.c_lflag & IEXTEN) && 1992 * EOL2/XCASE should be conditioned with IEXTEN t [all...] |
H A D | ttcompat.c | 168 ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN, /* lflag */ 1211 * POSIX IEXTEN bit no longer apply; when leaving, they do. 1216 termiosp->c_lflag &= ~(XCASE|IEXTEN); 1254 termiosp->c_lflag |= IEXTEN; 1345 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN)))
|
H A D | tty_common.c | 37 ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL, /* c_lflag */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 312 #define IEXTEN 0100000 /* POSIX flag - enable POSIX extensions */ macro
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 434 # ifndef IEXTEN 435 # define IEXTEN 0 macro 436 # endif /* IEXTEN */ 459 nttyparm.c_lflag |= (ECHOE|ECHOK|ECHOCTL|PENDIN|IEXTEN); 1515 ott.c_lflag &= ~(ECHOCTL|IEXTEN);
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 204 arg.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN);
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | stty.c | 246 #ifdef IEXTEN 247 { "iexten", BIT, L_FLAG, SS, IEXTEN, IEXTEN, C("Enable (disable) non-POSIX special characters") }, 248 #endif /* IEXTEN */
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 515 termio.c_lflag &= ~(ICANON|ECHO|ECHOE|IEXTEN);
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 361 #define SET_LFLAG (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL)
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1144 termios.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
|
/illumos-gate/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 481 term.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 4207 tios.c_lflag &= ~(XCASE|IEXTEN); 4212 tios.c_lflag |= IEXTEN;
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 420 ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN, /* lflag */
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 2617 newattr.c_lflag &= ~(ECHO | ICANON | IEXTEN);
|