/titanic_44/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) in prmodes() 564 (void) fprintf(output, "-iexten " + ((m & IEXTEN) != 0)); in pramodes()
|
H A D | sttyparse.c | 135 cb->c_lflag |= ECHOE|ECHOCTL|IEXTEN;
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 86 #ifdef IEXTEN in enter_raw_mode() 87 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 157 #ifdef IEXTEN 158 TTYMODE(IEXTEN, c_lflag, 59)
|
/titanic_44/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,
|
/titanic_44/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) in prmodes() 616 (void) printf("-iexten "+((m&IEXTEN) != 0)); in pramodes()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ldterm.c | 1256 tp->t_modes.c_lflag & IEXTEN && in ldtermrput() 1275 IEXTEN && in ldtermrput() 1304 if (tp->t_modes.c_lflag & IEXTEN) { in ldtermrput() 1353 if ((tp->t_modes.c_lflag & IEXTEN) && in ldtermrput() 1757 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) { in ldterm_docanon() 1791 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VWERASE]) { in ldterm_docanon() 1817 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VREPRINT]) { in ldterm_docanon() 1867 (tp->t_modes.c_lflag & IEXTEN) && in ldterm_docanon() 2028 if ((c == '\\') && (tp->t_modes.c_lflag & IEXTEN) && in ldterm_docanon() 2152 (tp->t_modes.c_lflag & IEXTEN)) in ldterm_rubout() [all …]
|
H A D | ttcompat.c | 168 ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN, /* lflag */ 1216 termiosp->c_lflag &= ~(XCASE|IEXTEN); in from_compat() 1254 termiosp->c_lflag |= IEXTEN; in from_compat() 1345 !(termiosp->c_lflag & (ISIG|ICANON|XCASE|IEXTEN))) in to_compat()
|
H A D | tty_common.c | 37 ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL, /* c_lflag */
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 213 #define IEXTEN 0x00008000 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 213 #define IEXTEN 0x00008000 macro
|
/titanic_44/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") },
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 434 # ifndef IEXTEN 435 # define IEXTEN 0 macro 459 nttyparm.c_lflag |= (ECHOE|ECHOK|ECHOCTL|PENDIN|IEXTEN); in tty_alt() 1515 ott.c_lflag &= ~(ECHOCTL|IEXTEN);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 312 #define IEXTEN 0100000 /* POSIX flag - enable POSIX extensions */ macro
|
/titanic_44/usr/src/cmd/tip/ |
H A D | tip.c | 204 arg.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in main()
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 361 #define SET_LFLAG (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL)
|
/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1141 termios.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in serial_hw_init()
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 515 termio.c_lflag &= ~(ICANON|ECHO|ECHOE|IEXTEN); in read_line()
|
/titanic_44/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 481 term.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in set_tty_rawmode()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 4207 tios.c_lflag &= ~(XCASE|IEXTEN); in mode() 4212 tios.c_lflag |= IEXTEN; in mode()
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 420 ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN, /* lflag */
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 2617 newattr.c_lflag &= ~(ECHO | ICANON | IEXTEN); in gl_raw_terminal_mode()
|