Home
last modified time | relevance | path

Searched refs:IEXTEN (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c203 "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 Dstty.c397 if (m & IEXTEN) in prmodes()
564 (void) fprintf(output, "-iexten " + ((m & IEXTEN) != 0)); in pramodes()
H A Dsttyparse.c135 cb->c_lflag |= ECHOE|ECHOCTL|IEXTEN;
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshtty.c86 #ifdef IEXTEN in enter_raw_mode()
87 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h157 #ifdef IEXTEN
158 TTYMODE(IEXTEN, c_lflag, 59)
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c151 "iexten", IEXTEN, 0,
152 "-iexten", 0, IEXTEN,
195 "raw", 0, (ISIG|ICANON|XCASE|IEXTEN),
196 "-raw", (ISIG|ICANON|IEXTEN), 0,
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c206 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL),
232 "iexten", IEXTEN, 0,
233 "-iexten", 0, IEXTEN,
H A Dstty.c439 if (m&IEXTEN) in prmodes()
616 (void) printf("-iexten "+((m&IEXTEN) != 0)); in pramodes()
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c1256 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 Dttcompat.c168 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 Dtty_common.c37 ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL, /* c_lflag */
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h213 #define IEXTEN 0x00008000 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h213 #define IEXTEN 0x00008000 macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c246 #ifdef IEXTEN
247 { "iexten", BIT, L_FLAG, SS, IEXTEN, IEXTEN, C("Enable (disable) non-POSIX special characters") },
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c434 # 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_41/usr/src/uts/common/sys/
H A Dtermios.h312 #define IEXTEN 0100000 /* POSIX flag - enable POSIX extensions */ macro
/titanic_41/usr/src/cmd/tip/
H A Dtip.c204 arg.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in main()
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c361 #define SET_LFLAG (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL)
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1141 termios.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in serial_hw_init()
/titanic_41/usr/src/lib/efcode/engine/
H A Dinteractive.c515 termio.c_lflag &= ~(ICANON|ECHO|ECHOE|IEXTEN); in read_line()
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c481 term.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in set_tty_rawmode()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4207 tios.c_lflag &= ~(XCASE|IEXTEN); in mode()
4212 tios.c_lflag |= IEXTEN; in mode()
/titanic_41/usr/src/cmd/init/
H A Dinit.c420 ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN, /* lflag */
/titanic_41/usr/src/lib/libtecla/common/
H A Dgetline.c2617 newattr.c_lflag &= ~(ECHO | ICANON | IEXTEN); in gl_raw_terminal_mode()