/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 211 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 212 "-raw", (ISIG|ICANON|IEXTEN), 0, 214 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOCTL|ECHOKE), 246 "iexten", IEXTEN, 0, 247 "-iexten", 0, IEXTEN,
|
H A D | stty.c | 398 if (m & IEXTEN) in prmodes() 565 (void) fprintf(output, "-iexten " + ((m & IEXTEN) != 0)); in pramodes()
|
H A D | sttyparse.c | 132 cb->c_lflag |= ECHOE|ECHOCTL|IEXTEN;
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 149 "iexten", IEXTEN, 0, 150 "-iexten", 0, IEXTEN, 193 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN), 194 "-raw", (ISIG|ICANON|IEXTEN), 0,
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 214 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL), 240 "iexten", IEXTEN, 0, 241 "-iexten", 0, IEXTEN,
|
H A D | stty.c | 444 if (m&IEXTEN) in prmodes() 623 (void) printf("-iexten "+((m&IEXTEN) != 0)); in pramodes()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyve_sol_glue.c | 34 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH| in cfmakeraw()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 1271 tp->t_modes.c_lflag & IEXTEN && in ldtermrput() 1290 IEXTEN && in ldtermrput() 1319 if (tp->t_modes.c_lflag & IEXTEN) { in ldtermrput() 1368 if ((tp->t_modes.c_lflag & IEXTEN) && in ldtermrput() 1774 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VLNEXT]) { in ldterm_docanon() 1808 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VWERASE]) { in ldterm_docanon() 1834 if ((tp->t_modes.c_lflag & IEXTEN) && c == tp->t_modes.c_cc[VREPRINT]) { in ldterm_docanon() 1884 (tp->t_modes.c_lflag & IEXTEN) && in ldterm_docanon() 2045 if ((c == '\\') && (tp->t_modes.c_lflag & IEXTEN) && in ldterm_docanon() 2169 (tp->t_modes.c_lflag & IEXTEN)) in ldterm_rubout() [all …]
|
H A D | ttcompat.c | 1118 termiosp->c_lflag &= ~(XCASE|IEXTEN); in from_compat() 1156 termiosp->c_lflag |= IEXTEN; in from_compat() 1247 !(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 */
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | stty.c | 248 #ifdef IEXTEN 249 { "iexten", BIT, L_FLAG, SS, IEXTEN, IEXTEN, C("Enable (disable) non-POSIX special characters") },
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 314 #define IEXTEN 0100000 /* POSIX flag - enable POSIX extensions */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 437 # ifndef IEXTEN 438 # define IEXTEN 0 macro 462 nttyparm.c_lflag |= (ECHOE|ECHOK|ECHOCTL|PENDIN|IEXTEN); in tty_alt() 1536 ott.c_lflag &= ~(ECHOCTL|IEXTEN);
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 209 arg.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in main()
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 362 #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); in serial_hw_init()
|
/illumos-gate/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 483 term.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in set_tty_rawmode()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 423 .c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN,
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 2616 newattr.c_lflag &= ~(ECHO | ICANON | IEXTEN); in gl_raw_terminal_mode()
|