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

12345678

/freebsd-current/usr.bin/script/
H A Dscript.c255 rtt.c_lflag &= ~ECHO;
363 ((stt.c_lflag & ECHO) == 0)) {
/freebsd-current/contrib/nvi/cl/
H A Dcl_screen.c470 clp->ex_enter.c_lflag |= ECHO | ECHOE | ECHOK | ICANON | IEXTEN | ISIG;
/freebsd-current/contrib/libedit/
H A Dtty.c75 {"lflag:", (ISIG | ICANON | ECHO | ECHOE | ECHOCTL | IEXTEN),
84 (NOFLSH | ICANON | ECHO | ECHOK | ECHONL | EXTPROC | IEXTEN | FLUSHO)},
326 #ifdef ECHO
327 {"echo", ECHO, MD_LIN},
328 #endif /* ECHO */
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c103 tcattr.c_lflag &= ~ECHO;
/freebsd-current/lib/libnetgraph/
H A Ddebug.c138 COOKIE(ECHO),
/freebsd-current/usr.sbin/watch/
H A Dwatch.c112 ntty.c_lflag &= ~ECHO;
/freebsd-current/share/mk/
H A Dsys.mk183 ECHO ?= echo macro
186 ECHO ?= true macro
H A Dbsd.man.mk215 ${ECHO} ${MINSTALL} $${page} $${d}; \
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c594 #ifndef ECHO
598 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) macro
851 ECHO; variable
/freebsd-current/contrib/ntp/
H A Dconfigure188 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
189 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
190 ECHO=\$ECHO\$ECHO\
[all...]
/freebsd-current/contrib/tnftp/
H A DMakefile.in134 ECHO = @ECHO@
/freebsd-current/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c267 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO);
/freebsd-current/stand/userboot/test/
H A Dtest.c626 term.c_lflag &= ~(ICANON|ECHO);
/freebsd-current/contrib/libcbor/doc/
H A Dmake.bat1 @ECHO OFF
/freebsd-current/stand/
H A Ddefs.mk252 ${ECHO} ${.TARGET} "->" $$path ; \
/freebsd-current/contrib/less/
H A Dscreen.c325 #ifdef ECHO
326 | ECHO
637 s.sg_flags &= ~(ECHO|XTABS);
/freebsd-current/contrib/wpa/src/utils/
H A Dedit.c1131 newt.c_lflag &= ~(ICANON | ECHO);
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c877 if (lflag & ECHO)
904 lflag |= ECHO;
906 lflag &= (tcflag_t) (~ECHO);
2026 if (arg->c_lflag & ECHO)
/freebsd-current/contrib/nvi/ex/
H A Dex_script.c114 sc->sh_term.c_cflag &= ~(ECHO|ECHOE|ECHONL|ECHOK);
/freebsd-current/crypto/openssl/crypto/ui/
H A Dui_openssl.c489 tty_new.TTY_FLAGS &= ~ECHO;
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp744 options.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);
/freebsd-current/usr.sbin/pw/
H A Dpw_group.c70 n.c_lflag &= ~(ECHO);
/freebsd-current/sys/conf/
H A Dkmod.mk209 @${ECHO} ${_firmw:C/\:.*$//} ${.ALLSRC:M*${_firmw:C/\:.*$//}}
329 ${ECHO} ${.TARGET:T} "->" $$path ; \
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c4230 #define ECHO ub_c_error_msg("syntax error at text: %s", yytext) macro
4493 #ifndef ECHO
4497 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) macro
6778 ECHO; variable
/freebsd-current/tests/sys/cddl/zfs/tests/delegate/
H A Ddelegate_common.kshlib83 permissions=$($ECHO $permissions | $TR -s "," " ")
127 permissions=$($ECHO $permissions | $TR -s "," " ")

Completed in 259 milliseconds

12345678