/openbsd/lib/libedit/ |
H A D | tty.h | 93 # ifndef IEXTEN 94 # define IEXTEN 0 macro 124 # if IEXTEN == XCASE 125 # undef IEXTEN 126 # define IEXTEN 0 macro 130 # define XCASE IEXTEN 131 # undef IEXTEN 132 # define IEXTEN 0 macro 141 # if defined(IEXTEN) && IEXTEN != 0 142 # undef IEXTEN [all …]
|
H A D | tty.c | 69 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN), 78 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)}, 87 {"lflag:", 0, ISIG | IEXTEN}, 356 #ifdef IEXTEN 357 {"iexten", IEXTEN, MD_LIN},
|
/openbsd/usr.bin/ssh/ |
H A D | sshtty.c | 83 #ifdef IEXTEN in enter_raw_mode() 84 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
|
H A D | ttymodes.h | 136 #ifdef IEXTEN 137 TTYMODE(IEXTEN, c_lflag, 59)
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 138 { "iexten", IEXTEN, 0 }, 139 { "-iexten", 0, IEXTEN },
|
H A D | key.c | 134 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak()
|
/openbsd/bin/stty/ |
H A D | modes.c | 141 { "iexten", IEXTEN, 0 }, 142 { "-iexten", 0, IEXTEN },
|
H A D | print.c | 96 put("-iexten", IEXTEN, 1); in print()
|
H A D | key.c | 152 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak()
|
/openbsd/lib/libc/termios/ |
H A D | cfmakeraw.c | 42 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 164 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak() 383 { "iexten", IEXTEN, 0 }, 384 { "-iexten", 0, IEXTEN },
|
/openbsd/sys/sys/ |
H A D | ttydefaults.h | 51 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
|
H A D | termios.h | 179 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 898 #ifndef IEXTEN in ReadMode() 900 #define IEXTEN IDEFAULT in ReadMode() macro 977 work.c_lflag &= ~(ICANON|ISIG|IEXTEN ); in ReadMode() 1003 work.c_lflag &= ~(ICANON | ISIG | IEXTEN | ECHO); in ReadMode() 1021 work.c_lflag |= ISIG | IEXTEN; in ReadMode() 1037 work.c_lflag |= ICANON|ISIG|IEXTEN; in ReadMode() 1055 work.c_lflag |= ICANON|ECHO|ISIG|IEXTEN; in ReadMode()
|
/openbsd/lib/libcurses/ |
H A D | nc_termios.h | 89 #define IEXTEN 0x0100 macro
|
/openbsd/lib/libcurses/tinfo/ |
H A D | lib_raw.c | 98 buf.c_lflag &= (unsigned) ~(ICANON | ISIG | IEXTEN); in NCURSES_EXPORT() 239 (termp->Ottyb.c_lflag & IEXTEN); in NCURSES_SP_NAME()
|
/openbsd/usr.bin/mg/ |
H A D | ttyio.c | 77 newtty.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttraw()
|
/openbsd/usr.bin/cu/ |
H A D | cu.c | 273 tio.c_lflag &= ~(ICANON|IEXTEN|ECHO); in set_termios() 303 tio.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO); in set_line()
|
/openbsd/sys/kern/ |
H A D | tty.c | 226 ((c) == cc[VEOL2] && (lflag & IEXTEN))) && (c) != _POSIX_VDISABLE)) 327 if (ISSET(lflag, IEXTEN)) { in ttyinput() 474 if (CCEQ(cc[VWERASE], c) && ISSET(lflag, IEXTEN)) { in ttyinput() 517 if (CCEQ(cc[VREPRINT], c) && ISSET(lflag, IEXTEN)) { in ttyinput() 524 if (CCEQ(cc[VSTATUS], c) && ISSET(lflag, IEXTEN)) { in ttyinput() 1615 ISSET(lflag, IEXTEN | ISIG) == (IEXTEN | ISIG)) { in ttread()
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | unixcomm.c | 329 terminfo.c_lflag &= ~(ICANON | ISIG | ECHO | IEXTEN); in Unix_ResetSerial()
|
/openbsd/usr.bin/vi/cl/ |
H A D | cl_screen.c | 458 ECHO | ECHOCTL | ECHOE | ECHOK | ECHOKE | ICANON | IEXTEN | ISIG; in cl_ex_init()
|
H A D | README.signal | 61 you clean cbreak modes. For example, the IEXTEN bit is left on, turning
|
/openbsd/usr.bin/telnet/ |
H A D | sys_bsd.c | 264 tmp_tc.c_lflag &= ~IEXTEN; in TerminalNewMode()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | Makefile.PL | 51 EUSERS EWOULDBLOCK EXDEV FILENAME_MAX F_OK HUPCL ICANON ICRNL IEXTEN
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 47 HUPCL ICANON ICRNL IEXTEN IGNBRK IGNCR IGNPAR INLCR INPCK
|