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

1234567

/freebsd-11-stable/contrib/libreadline/
H A Drltty.c305 readline_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
321 tiop->sgttyb.sg_flags &= ~(ECHO | CRMOD);
583 readline_echoing_p = (oldtio.c_lflag & ECHO);
585 tiop->c_lflag &= ~(ICANON | ECHO);
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c114 attr.c_lflag &= ~(ECHO | ICANON);
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c173 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
/freebsd-11-stable/usr.bin/enigma/
H A Denigma.c25 #define ECHO 010 macro
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl83 ECHO MASM version 8.00 or later is strongly recommended.
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c207 tio.c_lflag |= (ECHO | ISIG | ICANON);
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c431 sb.sg_flags |= ECHO;
433 tmp_tc.c_lflag |= ECHO;
440 sb.sg_flags &= ~ECHO;
442 tmp_tc.c_lflag &= ~ECHO;
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c522 mode.sg_flags |= XTABS | ECHO | CRMOD | ANYP;
541 mode.c_lflag |= (ISIG | ICANON | ECHO | ECHOK);
/freebsd-11-stable/share/mk/
H A Dbsd.incs.mk92 @${ECHO} "${DESTDIR}${t} -> ${s}" ; \
/freebsd-11-stable/contrib/unbound/
H A Dconfigure204 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 ECHO=\$ECHO\$ECHO\
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c519 return (termbuf.c_lflag & ECHO);
538 termbuf.c_lflag |= ECHO;
540 termbuf.c_lflag &= ~ECHO;
910 termbuf.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK;
923 termbuf.c_lflag |= ECHO;
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c837 #undef ECHO macro
845 #undef ECHO macro
935 #ifndef ECHO
939 #define ECHO fwrite( yytext, yyleng, 1, yyout ) macro
1701 ECHO; variable
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c516 #undef ECHO macro
527 #undef ECHO macro
612 #ifndef ECHO
616 #define ECHO fwrite( yytext, yyleng, 1, yyout ) macro
873 ECHO; variable
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c491 #undef ECHO macro
506 #undef ECHO macro
591 #ifndef ECHO
595 #define ECHO fwrite( yytext, yyleng, 1, yyout ) macro
810 ECHO; variable
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
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/subversion/
H A Dconfigure204 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 ECHO=\$ECHO\$ECHO\
[all...]
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c544 t.c_lflag &= ~(ICANON | ISIG | ECHO | ECHOCTL | ECHOE | \
608 readline_echoing_p = (term_master.c_lflag & ECHO) != 0;
/freebsd-11-stable/usr.bin/script/
H A Dscript.c216 rtt.c_lflag &= ~ECHO;
276 ((stt.c_lflag & ECHO) == 0)) {
/freebsd-11-stable/libexec/getty/
H A Dsubr.c376 SET(lflag, ECHO);
378 CLR(lflag, ECHO);
/freebsd-11-stable/usr.sbin/ppp/
H A Dprompt.c436 newtio.c_lflag &= ~(ECHO | ISIG | ICANON);
459 newtio.c_lflag |= (ECHO | ISIG | ICANON);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c222 term.c_lflag &= ~(ICANON|IEXTEN|ECHO);
570 cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO);
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile340 @${ECHO} building static gcc_eh library
349 @${ECHO} building profiled gcc_eh library
/freebsd-11-stable/contrib/sendmail/cf/cf/
H A DMakefile23 ECHO= echo macro
40 $(ECHO) "### $*.mc ###" >>$@
/freebsd-11-stable/contrib/unbound/util/
H A Dconfiglexer.lex34 #define ECHO ub_c_error_msg("syntax error at text: %s", ub_c_text)

Completed in 288 milliseconds

1234567