Searched refs:echo (Results 1 - 14 of 14) sorted by relevance

/ast/lib/package/
H A Dpackage.mk603 echo "you didn't have to do that"
606 echo ";;;$tmp/configure;configure"
617 echo ";;;$tmp/Makefile0;Makefile"
656 echo ";;;$tmp/CYGWIN-README;CYGWIN-PATCHES/README"
663 echo ";;;$(source:/-src.$(suffix)//).setup.hint;CYGWIN-PATCHES/setup.hint"
664 echo ";;;$(BINPACKAGE);bin/package"
668 echo ";;;$tmp/Makefile;src/Makefile"
669 echo ";;;$tmp/Makefile;src/cmd/Makefile"
670 echo ";;;$tmp/Makefile;src/lib/Makefile"
681 echo ";;;
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk603 echo "you didn't have to do that"
606 echo ";;;$tmp/configure;configure"
617 echo ";;;$tmp/Makefile0;Makefile"
656 echo ";;;$tmp/CYGWIN-README;CYGWIN-PATCHES/README"
663 echo ";;;$(source:/-src.$(suffix)//).setup.hint;CYGWIN-PATCHES/setup.hint"
664 echo ";;;$(BINPACKAGE);bin/package"
668 echo ";;;$tmp/Makefile;src/Makefile"
669 echo ";;;$tmp/Makefile;src/cmd/Makefile"
670 echo ";;;$tmp/Makefile;src/lib/Makefile"
681 echo ";;;
[all...]
H A DMAPLIB.mk43 echo " $r" > $$(<)
H A DCONVERT.mk155 echo :MAKE: > $(<)
/ast/src/lib/libast/misc/
H A Dcmdlib.h40 int echo; /* just an echo */ \
H A Dcmdarg.c74 static const char* echo[] = { "echo", 0 }; variable
166 exe = *(argv = (char**)echo);
167 cmd->echo = 1;
169 else if (streq(exe, echo[0]))
171 cmd->echo = 1;
319 if (cmd->echo)
/ast/src/cmd/nmake/
H A Dpkg-tcl.mk28 echo 'package ifneeded $(B) $(V) [list load [file join $dir $(T)] $(B)]' > $$(<)
H A DMakerules.mk261 * $(sh echo hello) may be handier than :COMMAND:
404 if "$(sh if $(FLEX) $(FLEXFLAGS) --version >/dev/null 2>&1; then echo 0; else echo 1; fi)" == "0"
1109 i=`(read x; echo $x) < $(>)`
1111 '#!'*|*'||'*|':'*|'":"'*|"':'"*) echo "$i" ;;
1136 i=`(read x; echo $x) < $(>)`
1138 '#!'*|*'||'*|':'*|'":"'*|"':'"*) echo "$i" ;;
1234 then $(-silent:Y%%echo $(-errorid:C%$%/%)$(<:V:Q): >&2%)
1352 .DO.INSTALL.OLD.BUSY = { test -f $(%) && ignore $(RM) $(RMFLAGS) $(%).old* && $(MV) $(MVFLAGS) $(%) `echo $(%).old* | $(SED) -e 's/.* //' -e 's/old\(z*\)$/old\1z/' -e 's/\*$//'`; }
1609 then $(-silent:~echo
[all...]
/ast/src/cmd/ksh93/data/
H A Dbuiltins.c95 "echo", NV_BLTIN|BLT_ENV, bltin(print),
97 "echo", NV_BLTIN|BLT_ENV, Bltin(echo),
/ast/src/cmd/ksh93/edit/
H A Dedit.c267 int echo = echomode; local
273 return(echo?-1:0);
275 return(echo?0:-1);
290 echo = 0;
293 if(!echo)
325 echo = 0;
339 if(echo)
465 /* switch VEOL2 and EOF, since EOF isn't echo'd by driver */
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.tcl241 if {[lsearch -exact {cls copy date del erase dir echo mkdir md rename
/ast/src/cmd/mailx/
H A Ddata.c106 "ec[ho]", CMD(echo), M|Z|RAWLIST, 0, ARGMAX,
H A Dmailx.h932 extern int echo(char**);
H A Dcmd3.c851 * Expand file names like echo
854 echo(register char** argv) function

Completed in 60 milliseconds