Home
last modified time | relevance | path

Searched refs:ECHOKE (Results 1 – 25 of 6004) sorted by relevance

12345678910>>...241

/dports/security/putty/putty-0.76/
H A Dsshttymodes.h144 #if !defined TTYMODES_LOCAL_ONLY || defined ECHOKE
145 TTYMODE_FLAG(ECHOKE, 61, l, ECHOKE)
/dports/security/putty-nogtk/putty-0.76/
H A Dsshttymodes.h144 #if !defined TTYMODES_LOCAL_ONLY || defined ECHOKE
145 TTYMODE_FLAG(ECHOKE, 61, l, ECHOKE)
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshttymodes.h144 #if !defined TTYMODES_LOCAL_ONLY || defined ECHOKE
145 TTYMODE_FLAG(ECHOKE, 61, l, ECHOKE)
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dstty.c513 #ifdef ECHOKE
514 { "echoke", 0, 0, 0, 0, 0, 0, ECHOKE, 0 },
515 { "-echoke", 0, 0, 0, 0, 0, 0, 0, ECHOKE },
516 { "crtkill", 0, 0, 0, 0, 0, 0, ECHOKE, 0 },
517 { "-crtkill", 0, 0, 0, 0, 0, 0, 0, ECHOKE },
877 #ifdef ECHOKE
878 {"ECHOKE", ECHOKE, 0},
879 {"-ECHOKE", 0, ECHOKE},
880 {"CRTKILL", ECHOKE, 0},
881 {"-CRTKILL", 0, ECHOKE},
/dports/security/dropbear/dropbear-2020.81/
H A Dtermcodes.c155 #ifdef ECHOKE
156 {ECHOKE, TERMCODE_LOCAL},
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dterm.c82 #ifndef ECHOKE
83 # define ECHOKE 0 macro
240 #define LOCAL_FLAGS (ISIG|ICANON|XCASE|ECHO|ECHOE|ECHOK|ECHONL|NOFLSH|TOSTOP|IEXTEN|ECHOCTL|ECHOKE|…
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dttymodes.h148 #ifdef ECHOKE
149 TTYMODE(ECHOKE, c_lflag, 61)
/dports/misc/gnuls/coreutils-8.30/src/
H A Dstty.c163 # define ECHOKE CRTKIL macro
343 #ifdef ECHOKE
801 #ifdef ECHOKE in usage()
824 #ifdef ECHOKE in usage()
901 #ifdef ECHOKE in usage()
912 #ifdef ECHOKE in usage()
1058 #ifdef ECHOKE in usage()
1644 #ifdef ECHOKE in set_mode()
1645 | ECHOKE in set_mode()
1657 #ifdef ECHOKE in set_mode()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dstty.c163 # define ECHOKE CRTKIL macro
343 #ifdef ECHOKE
801 #ifdef ECHOKE in usage()
824 #ifdef ECHOKE in usage()
901 #ifdef ECHOKE in usage()
912 #ifdef ECHOKE in usage()
1058 #ifdef ECHOKE in usage()
1644 #ifdef ECHOKE in set_mode()
1645 | ECHOKE in set_mode()
1657 #ifdef ECHOKE in set_mode()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dttymodes.h142 #ifdef ECHOKE
143 TTYMODE(ECHOKE, c_lflag, 61)
/dports/security/openssh-portable/openssh-8.8p1/
H A Dttymodes.h142 #ifdef ECHOKE
143 TTYMODE(ECHOKE, c_lflag, 61)
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dstty.c131 #if defined(CRTKIL) && !defined(ECHOKE) /* Ultrix 4.2 and 4.3 */
132 # define ECHOKE CRTKIL macro
157 #ifndef ECHOKE
158 # define ECHOKE 0 macro
476 #if ECHOKE
477 MI_ENTRY("echoke", local, SANE_SET | REV, ECHOKE, 0 )
478 MI_ENTRY("crtkill", local, OMIT | REV, ECHOKE, 0 )
633 #if ECHOKE
634 MI_ENTRY("echoke", local, SANE_SET | REV, ECHOKE, 0 )
1223 mode->c_lflag |= ECHOE | ECHOCTL | ECHOKE; in set_mode()
[all …]
/dports/comms/p5-Device-SerialPort/Device-SerialPort-1.04/
H A DSerialPort.xs75 #ifdef ECHOKE
76 ADD_TO_HASH(ECHOKE)
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/
H A Dpty.rs48 ECHOKE = 61, enumerator
113 61 => Some(Pty::ECHOKE), in from_u8()
/dports/sysutils/heirloom/heirloom-070715/stty/
H A Dstty.c289 { "echoe", 0,ECHOE|ECHOKE, ECHOE, 0122, M_LFLAG },
290 { "-echoke", 0,ECHOE|ECHOKE, ECHOE, 0122, M_LFLAG },
292 { "crt", 0,ECHOE|ECHOKE,ECHOE|ECHOKE,0302,M_LFLAG },
308 { "echoke", 0, ECHOKE, 0, 0, M_LFLAG },
310 { "echoke", 0, ECHOKE, 0, 04, M_LFLAG },
311 { "crtkill", 0, ECHOKE, 0, 040, M_LFLAG },
1074 ts.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOKE|IEXTEN; in sane()
1476 ts.c_lflag |= ECHOKE; in crt()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dttyutils.h56 # define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
159 tp->c_lflag |= (ISIG | ICANON | IEXTEN | ECHO|ECHOE|ECHOK|ECHOKE|ECHOCTL); in reset_virtual_console()
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabi/bits/
H A Dtermios-c_lflag.h38 # define ECHOKE 0x00000001 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dtermios-c_lflag.h45 # define ECHOKE 0004000 /* If ICANON is also set, KILL is echoed by erasing macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dtermios-c_lflag.h45 # define ECHOKE 0004000 /* If ICANON is also set, KILL is echoed by erasing macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabi/bits/
H A Dtermios-c_lflag.h38 # define ECHOKE 0x00000001 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc64-linux-gnu/bits/
H A Dtermios-c_lflag.h38 # define ECHOKE 0x00000001 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabihf/bits/
H A Dtermios-c_lflag.h38 # define ECHOKE 0x00000001 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc64le-linux-gnu/bits/
H A Dtermios-c_lflag.h38 # define ECHOKE 0x00000001 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc64-linux-gnu/bits/
H A Dtermios-c_lflag.h38 # define ECHOKE 0x00000001 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc64le-linux-gnu/bits/
H A Dtermios-c_lflag.h38 # define ECHOKE 0x00000001 macro

12345678910>>...241