Searched refs:ECHO (Results 151 - 160 of 160) sorted by relevance

1234567

/freebsd-11-stable/usr.bin/fetch/
H A Dfetch.c406 tios.c_lflag &= ~ECHO;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp309 termflags.c_lflag &= ~ECHO;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c1023 ttyp->c_lflag |= ECHO;
/freebsd-11-stable/lib/libedit/
H A Dreadline.c308 if (tcgetattr(fileno(rl_instream), &t) != -1 && (t.c_lflag & ECHO) == 0)
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c196 n.c_lflag &= ~(ECHO);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c482 if (bios->c_lflag & ECHO)
623 bios->c_lflag |= ECHO;
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c1330 && !(t->c_lflag & (ECHO | ICANON | IEXTEN | ISIG | PENDIN))\
/freebsd-11-stable/sys/kern/
H A Dtty.c89 #define TTYSUP_LFLAG (ECHOKE|ECHOE|ECHOK|ECHO|ECHONL|ECHOPRT|\
/freebsd-11-stable/crypto/openssh/
H A Dchannels.c1848 !(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure7963 a { ECHO; }

Completed in 140 milliseconds

1234567