/freebsd/contrib/libedit/ |
H A D | tty.h | 92 # 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 D | tty.c | 75 {"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 D | ed.term.h | 81 # 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 D | ed.term.c | 44 { "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 D | lib_tracebits.c | 53 #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 D | sshtty.c | 85 #ifdef IEXTEN in enter_raw_mode() 86 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
|
H A D | ttymodes.h | 136 #ifdef IEXTEN 137 TTYMODE(IEXTEN, c_lflag, 59)
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 144 { "iexten", IEXTEN, 0 }, 145 { "-iexten", 0, IEXTEN },
|
/freebsd/bin/stty/ |
H A D | modes.c | 145 { "iexten", IEXTEN, 0 }, 146 { "-iexten", 0, IEXTEN },
|
H A D | print.c | 92 put("-iexten", IEXTEN, 1); in print()
|
H A D | key.c | 140 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | stty_default.c | 86 termios.c_lflag |= (ISIG|IEXTEN|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE); in stty_default()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 301 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 D | tty_ttydisc.c | 682 !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 D | watch.c | 119 #ifdef IEXTEN in set_tty() 120 ntty.c_lflag &= ~IEXTEN; in set_tty()
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 48 #define TTYDEF_LFLAG_NOECHO (ICANON | ISIG | IEXTEN)
|
H A D | _termios.h | 171 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_raw.c | 96 buf.c_lflag &= (unsigned) ~(ICANON | ISIG | IEXTEN); in NCURSES_EXPORT() 236 (termp->Ottyb.c_lflag & IEXTEN); in NCURSES_SP_NAME()
|
H A D | lib_setup.c | 433 alter.c_lflag &= (unsigned) ~(ECHO | ICANON | ISIG | IEXTEN); in _nc_check_screensize()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 89 #define IEXTEN 0x0100 macro
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.c | 208 term.c_lflag &= ~(ICANON|IEXTEN|ECHO); in main() 556 cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO); in ttysetup()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 169 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN); in cfmakeraw()
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 470 clp->ex_enter.c_lflag |= ECHO | ECHOE | ECHOK | ICANON | IEXTEN | ISIG; in cl_ex_init()
|
H A D | README.signal | 57 you clean cbreak modes. For example, the IEXTEN bit is left on, turning
|
/freebsd/libexec/getty/ |
H A D | gettytab | 88 # lflags: IEXTEN | ICANON | ISIG | ECHOCTL | ECHO | ECHOK | ECHOE | ECHOKE
|