HomeSort by: relevance | last modified time | path
    Searched defs:ECHO (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
update-web-ari.sh 26 ECHO ()
28 # echo "$@" | tee /dev/fd/3 1>&2
29 echo "$@" 1>&2
30 echo "$@" 1>&3
36 echo "Usage: $0 <snapshot/sourcedir> <tmpdir> <destdir> <project>" 1>&2
53 echo ERROR: Can not write to directory ${wwwdir} >&2
59 echo ERROR: Can not read snapshot file 1>&2
117 echo "Problem creating work directory"
121 echo `date`: Unpacking tar-ball ...
125 * ) ECHO Bad file ${snapshot} ; exit 1 ;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
update-web-ari.sh 26 ECHO ()
28 # echo "$@" | tee /dev/fd/3 1>&2
29 echo "$@" 1>&2
30 echo "$@" 1>&3
36 echo "Usage: $0 <snapshot/sourcedir> <tmpdir> <destdir> <project>" 1>&2
53 echo ERROR: Can not write to directory ${wwwdir} >&2
59 echo ERROR: Can not read snapshot file 1>&2
117 echo "Problem creating work directory"
121 echo `date`: Unpacking tar-ball ...
125 * ) ECHO Bad file ${snapshot} ; exit 1 ;
    [all...]
  /src/games/warp/
term.h 21 #ifndef ECHO
22 #define ECHO 8
209 #define echo() ((bizarre=1),_tty.c_lflag |= ECHO, tcsetattr(_tty_ch, TCSANOW, &_tty)) macro
210 #define noecho() ((bizarre=1),_tty.c_lflag &=~ECHO, tcsetattr(_tty_ch, TCSANOW, &_tty))
223 #define echo() ((bizarre=1),_tty.sg_flags |= ECHO, stty(_tty_ch, &_tty)) macro
224 #define noecho() ((bizarre=1),_tty.sg_flags &= ~ECHO, stty(_tty_ch, &_tty))
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 105 ECHO?= echo # Shell builtin
149 ${ECHO} "Your package tools need to be updated to ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} versions."; \
150 ${ECHO} "The installed package tools were last updated on ${PKGTOOLS_VERSION:C|(....)(..)(..)|\1/\2/\3|}."; \
199 ECHO_MSG?= ${ECHO}
237 ${ECHO} "${PKGBASE} package: $$found installed, pkgsrc version ${PKGNAME}"; \
359 ${ECHO} Running ${PKG_DELETE} ${real-su-deinstall-flags} $$found ; \
366 ${ECHO} Running ${PKG_DELETE} $$found ; \
424 @${ECHO} ${PKGNAME}
442 ${ECHO} "$$pkg";
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 544 #ifndef ECHO
548 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
866 ECHO;
  /src/sys/sys/
termios.h 164 #define ECHOK 0x00000004U /* echo NL after line kill */
165 #define ECHO 0x00000008U /* enable echoing */
166 #define ECHONL 0x00000010U /* echo NL even if ECHO is off */
169 #define ECHOCTL 0x00000040U /* echo control chars as ^(Char) */
184 #define PENDIN 0x20000000U /* re-echo input buffer at next read */
  /src/external/bsd/openldap/dist/build/
top.mk 136 ECHO = $(SHTOOL) echo
137 HOSTNAME = $(SHTOOL) echo -e "%h%d"
  /src/tools/m4/bootstrap/
tokenizer.c 600 #ifndef ECHO
604 #define ECHO fwrite( yytext, yyleng, 1, yyout )
851 ECHO;
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 832 #undef ECHO
840 #undef ECHO
939 #ifndef ECHO
943 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1706 ECHO;
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.c 510 #undef ECHO
521 #undef ECHO
615 #ifndef ECHO
619 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
877 ECHO;
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.c 485 #undef ECHO
500 #undef ECHO
594 #ifndef ECHO
598 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
814 ECHO;
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.cpp 658 #ifndef ECHO
659 #define ECHO LexerOutput( yytext, yyleng )
1241 ECHO;
  /src/external/bsd/nsd/dist/
configlexer.c 2482 #ifndef ECHO
2486 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
3630 ECHO;
  /src/external/bsd/unbound/dist/util/
configlexer.c 4448 #define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
4711 #ifndef ECHO
4715 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
7101 ECHO;
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 683 #ifndef ECHO
687 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1070 ECHO;
deflex.c 693 #ifndef ECHO
697 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1097 ECHO;
syslex.c 618 #ifndef ECHO
622 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
937 ECHO;
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 927 #ifndef ECHO
931 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
2334 ECHO;
loongarch-lex.c 596 #ifndef ECHO
600 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
858 ECHO;
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 613 #ifndef ECHO
617 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
917 ECHO;
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 683 #ifndef ECHO
687 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1070 ECHO;
deflex.c 693 #ifndef ECHO
697 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1097 ECHO;
syslex.c 618 #ifndef ECHO
622 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
937 ECHO;
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 927 #ifndef ECHO
931 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
2334 ECHO;
loongarch-lex.c 596 #ifndef ECHO
600 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
858 ECHO;

Completed in 71 milliseconds

1 2