Searched refs:echo (Results 1 - 14 of 14) sorted by relevance
/ast/lib/package/ |
H A D | package.mk | 603 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 D | package.mk | 603 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 D | MAPLIB.mk | 43 echo " $r" > $$(<)
|
H A D | CONVERT.mk | 155 echo :MAKE: > $(<)
|
/ast/src/lib/libast/misc/ |
H A D | cmdlib.h | 40 int echo; /* just an echo */ \
|
H A D | cmdarg.c | 74 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 D | pkg-tcl.mk | 28 echo 'package ifneeded $(B) $(V) [list load [file join $dir $(T)] $(B)]' > $$(<)
|
H A D | Makerules.mk | 261 * $(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 D | builtins.c | 95 "echo", NV_BLTIN|BLT_ENV, bltin(print), 97 "echo", NV_BLTIN|BLT_ENV, Bltin(echo),
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 267 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 D | init.tcl | 241 if {[lsearch -exact {cls copy date del erase dir echo mkdir md rename
|
/ast/src/cmd/mailx/ |
H A D | data.c | 106 "ec[ho]", CMD(echo), M|Z|RAWLIST, 0, ARGMAX,
|
H A D | mailx.h | 932 extern int echo(char**);
|
H A D | cmd3.c | 851 * Expand file names like echo 854 echo(register char** argv) function
|
Completed in 60 milliseconds