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

1234567

/freebsd-11-stable/share/mk/
H A Dsys.mk189 ECHO ?= echo macro
192 ECHO ?= true macro
H A Dbsd.man.mk207 ${ECHO} ${MINSTALL} $${page} $${d}; \
/freebsd-11-stable/usr.sbin/watch/
H A Dwatch.c117 ntty.c_lflag &= ~ECHO;
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c111 tcattr.c_lflag &= ~ECHO;
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c870 mode.c_lflag |= (ISIG | ICANON | ECHO | ECHOE | ECHOK
978 mode.c_lflag |= ECHO;
993 mode.c_lflag &= ~ECHO;
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c854 termios.c_lflag &= ~ECHO;
980 attr.c_lflag |= (ECHO | ECHOE); /* enable echo and erase */
992 attr.c_lflag |= ECHO;
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c568 #ifndef ECHO
572 #define ECHO do { if (fwrite( null_text, null_leng, 1, null_out )) {} } while (0) macro
753 ECHO; variable
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure251 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
255 ECHO=${lt_ECHO-echo}
262 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
314 ECHO="$dir/echo"
320 if test "X$ECHO" = Xecho; then
326 ECHO='print -r'
337 ECHO
[all...]
/freebsd-11-stable/contrib/tnftp/
H A DMakefile.in134 ECHO = @ECHO@
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c2108 #ifndef ECHO
2112 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
4103 ECHO; variable
4109 ECHO; variable
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c652 tty.c_lflag &= ~(ECHO|ICANON|ISIG|IEXTEN);
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c563 tty_new.TTY_FLAGS &= ~ECHO;
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c267 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO);
/freebsd-11-stable/contrib/less/
H A Dscreen.c416 #ifdef ECHO
417 | ECHO
539 s.c_lflag &= ~(ICANON|ECHO|ECHOE|ECHOK|ECHONL);
586 s.sg_flags &= ~(ECHO|XTABS);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c167 if (l & IBCS2_ECHO) r |= ECHO;
259 if (l & ECHO) r |= IBCS2_ECHO;
/freebsd-11-stable/stand/
H A Ddefs.mk224 ${ECHO} ${.TARGET:T} "->" $$path ; \
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c687 if (lflag & ECHO)
714 lflag |= ECHO;
716 lflag &= (tcflag_t) (~ECHO);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dedit.c1131 newt.c_lflag &= ~(ICANON | ECHO);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_script.c116 sc->sh_term.c_cflag &= ~(ECHO|ECHOE|ECHONL|ECHOK);
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c71 n.c_lflag &= ~(ECHO);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp257 options.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c217 attr.c_lflag &= ~(ECHO); /* Turn off echo */
/freebsd-11-stable/sys/modules/
H A DMakefile856 ${ECHO} kldxref ${DESTDIR}${KMODDIR}; \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c415 state.sgttyb.sg_flags &= ~(CBREAK | ECHO);
/freebsd-11-stable/include/
H A DMakefile257 @${ECHO} "Setting up symlinks to kernel source tree..."

Completed in 429 milliseconds

1234567