Home
last modified time | relevance | path

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

12

/freebsd/contrib/libedit/
H A Dtty.h92 # ifndef IEXTEN
93 # define IEXTEN 0 macro
122 # if defined(IEXTEN) && defined(XCASE)
123 # if IEXTEN == XCASE
124 # undef IEXTEN
125 # define IEXTEN 0 macro
128 # if defined(IEXTEN) && !defined(XCASE)
129 # define XCASE IEXTEN
130 # undef IEXTEN
131 # define IEXTEN 0 macro
[all …]
H A Dtty.c75 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN),
84 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
93 {"lflag:", 0, ISIG | IEXTEN},
362 #ifdef IEXTEN
363 {"iexten", IEXTEN, MD_LIN},
/freebsd/contrib/tcsh/
H A Ded.term.h81 # ifndef IEXTEN
82 # define IEXTEN 0 macro
122 # if defined(IEXTEN) && defined(XCASE)
123 # if IEXTEN == XCASE
124 # undef IEXTEN
125 # define IEXTEN 0 macro
128 # if defined(IEXTEN) && !defined(XCASE)
129 # define XCASE IEXTEN
130 # undef IEXTEN
131 # define IEXTEN 0 macro
[all …]
H A Ded.term.c44 { "lflag:", (ISIG|ICANON|ECHO|ECHOE|ECHOCTL|IEXTEN),
58 (NOFLSH|ICANON|ECHO|ECHOK|ECHONL|EXTPROC|IEXTEN|FLUSHO|
75 { "lflag:", 0, ISIG | IEXTEN },
291 # ifdef IEXTEN
292 { "iexten", IEXTEN, M_LINED },
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c53 #ifndef IEXTEN
54 #define IEXTEN 0 macro
164 DATA(IEXTEN), in _nc_trace_ttymode()
166 #define ALLLOCAL (ECHO|ECHONL|ICANON|ISIG|NOFLSH|TOSTOP|IEXTEN) in _nc_trace_ttymode()
/freebsd/crypto/openssh/
H A Dsshtty.c85 #ifdef IEXTEN in enter_raw_mode()
86 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
H A Dttymodes.h136 #ifdef IEXTEN
137 TTYMODE(IEXTEN, c_lflag, 59)
/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c144 { "iexten", IEXTEN, 0 },
145 { "-iexten", 0, IEXTEN },
/freebsd/bin/stty/
H A Dmodes.c145 { "iexten", IEXTEN, 0 },
146 { "-iexten", 0, IEXTEN },
H A Dprint.c92 put("-iexten", IEXTEN, 1); in print()
H A Dkey.c140 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak()
/freebsd/crypto/heimdal/appl/login/
H A Dstty_default.c86 termios.c_lflag |= (ISIG|IEXTEN|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE); in stty_default()
/freebsd/sys/kern/
H A Dtty_compat.c301 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags()
342 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN); in ttcompatsetflags()
346 lflag |= ISIG|IEXTEN|ECHOCTL; /* XXX was echoctl on ? */ in ttcompatsetflags()
H A Dtty_ttydisc.c682 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize()
1072 if (CMP_FLAG(l, IEXTEN)) { in ttydisc_rint()
1102 if (CMP_FLAG(l, ICANON|IEXTEN) == (ICANON|IEXTEN)) { in ttydisc_rint()
1183 } else if (CMP_FLAG(l, IEXTEN)) { in ttydisc_rint()
/freebsd/usr.sbin/watch/
H A Dwatch.c119 #ifdef IEXTEN in set_tty()
120 ntty.c_lflag &= ~IEXTEN; in set_tty()
/freebsd/sys/sys/
H A Dttydefaults.h48 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
H A D_termios.h171 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c96 buf.c_lflag &= (unsigned) ~(ICANON | ISIG | IEXTEN); in NCURSES_EXPORT()
236 (termp->Ottyb.c_lflag & IEXTEN); in NCURSES_SP_NAME()
H A Dlib_setup.c433 alter.c_lflag &= (unsigned) ~(ECHO | ICANON | ISIG | IEXTEN); in _nc_check_screensize()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h89 #define IEXTEN 0x0100 macro
/freebsd/usr.bin/tip/tip/
H A Dtip.c208 term.c_lflag &= ~(ICANON|IEXTEN|ECHO); in main()
556 cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO); in ttysetup()
/freebsd/lib/libc/gen/
H A Dtermios.c169 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c470 clp->ex_enter.c_lflag |= ECHO | ECHOE | ECHOK | ICANON | IEXTEN | ISIG; in cl_ex_init()
H A DREADME.signal57 you clean cbreak modes. For example, the IEXTEN bit is left on, turning
/freebsd/libexec/getty/
H A Dgettytab88 # lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE

12