Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c211 "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 Dstty.c398 if (m & IEXTEN) in prmodes()
565 (void) fprintf(output, "-iexten " + ((m & IEXTEN) != 0)); in pramodes()
H A Dsttyparse.c132 cb->c_lflag |= ECHOE|ECHOCTL|IEXTEN;
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c149 "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 Dsttytable.c214 "sane", (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL),
240 "iexten", IEXTEN, 0,
241 "-iexten", 0, IEXTEN,
H A Dstty.c444 if (m&IEXTEN) in prmodes()
623 (void) printf("-iexten "+((m&IEXTEN) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c34 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH| in cfmakeraw()
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1271 tp->t_modes.c_lflag & IEXTEN && in ldtermrput()
1290 IEXTEN && in ldtermrput()
1319 if (tp->t_modes.c_lflag & IEXTEN) { in ldtermrput()
1884 (tp->t_modes.c_lflag & IEXTEN) && in ldterm_docanon()
2169 (tp->t_modes.c_lflag & IEXTEN)) in ldterm_rubout()
2194 (tp->t_modes.c_lflag & IEXTEN)) { in ldterm_rubout()
2325 (tp->t_modes.c_lflag & IEXTEN)) { in ldterm_tabcols()
2570 (tp->t_modes.c_lflag & IEXTEN) && in ldterm_kill()
2701 if ((tp->t_modes.c_lflag & IEXTEN) && in ldterm_dononcanon()
2882 (tp->t_modes.c_lflag & IEXTEN)) { in ldterm_echo()
[all …]
H A Dttcompat.c1118 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 Dtty_common.c37 ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL, /* c_lflag */
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c248 #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 Dtermios.h314 #define IEXTEN 0100000 /* POSIX flag - enable POSIX extensions */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c437 # 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 Dtip.c209 arg.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in main()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c362 #define SET_LFLAG (ISIG|ICANON|IEXTEN|ECHO|ECHOK|ECHOE|ECHOKE|ECHOCTL)
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1144 termios.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in serial_hw_init()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c483 term.c_lflag &= ~(ICANON|ISIG|ECHO|IEXTEN); in set_tty_rawmode()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c423 .c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN,
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c2616 newattr.c_lflag &= ~(ECHO | ICANON | IEXTEN); in gl_raw_terminal_mode()