Home
last modified time | relevance | path

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

12

/openbsd/lib/libedit/
H A Dtty.h93 # 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 Dtty.c69 {"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 Dsshtty.c83 #ifdef IEXTEN in enter_raw_mode()
84 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
H A Dttymodes.h136 #ifdef IEXTEN
137 TTYMODE(IEXTEN, c_lflag, 59)
/openbsd/usr.sbin/lpr/lpd/
H A Dmodes.c138 { "iexten", IEXTEN, 0 },
139 { "-iexten", 0, IEXTEN },
H A Dkey.c134 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak()
/openbsd/bin/stty/
H A Dmodes.c141 { "iexten", IEXTEN, 0 },
142 { "-iexten", 0, IEXTEN },
H A Dprint.c96 put("-iexten", IEXTEN, 1); in print()
H A Dkey.c152 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak()
/openbsd/lib/libc/termios/
H A Dcfmakeraw.c42 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
/openbsd/usr.sbin/lpd/
H A Dlp_stty.c164 ip->t.c_lflag |= ISIG|IEXTEN; in f_cbreak()
383 { "iexten", IEXTEN, 0 },
384 { "-iexten", 0, IEXTEN },
/openbsd/sys/sys/
H A Dttydefaults.h51 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
H A Dtermios.h179 #define IEXTEN 0x00000400 /* enable DISCARD and LNEXT */ macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs898 #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 Dnc_termios.h89 #define IEXTEN 0x0100 macro
/openbsd/lib/libcurses/tinfo/
H A Dlib_raw.c98 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 Dttyio.c77 newtty.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttraw()
/openbsd/usr.bin/cu/
H A Dcu.c273 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 Dtty.c226 ((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 Dunixcomm.c329 terminfo.c_lflag &= ~(ICANON | ISIG | ECHO | IEXTEN); in Unix_ResetSerial()
/openbsd/usr.bin/vi/cl/
H A Dcl_screen.c458 ECHO | ECHOCTL | ECHOE | ECHOK | ECHOKE | ICANON | IEXTEN | ISIG; in cl_ex_init()
H A DREADME.signal61 you clean cbreak modes. For example, the IEXTEN bit is left on, turning
/openbsd/usr.bin/telnet/
H A Dsys_bsd.c264 tmp_tc.c_lflag &= ~IEXTEN; in TerminalNewMode()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL51 EUSERS EWOULDBLOCK EXDEV FILENAME_MAX F_OK HUPCL ICANON ICRNL IEXTEN
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t47 HUPCL ICANON ICRNL IEXTEN IGNBRK IGNCR IGNPAR INLCR INPCK

12