Searched refs:closure (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/mam/
H A Dmamold.sh30 function closure function
37 do closure $j; done
77 closure ${prereqs[$rule]} && print && convert "$rule :$list"
/ast/lib/package/
H A Dpackage.mk9 * nmake -f name [closure] [cyg|exp|lcl|pkg|rpm|tgz] [base|delta] type
88 closure = macro
242 package.closure = $(closure:?$$(package.all)?$$(package.pkg)?)
461 closure : .MAKE .VIRTUAL .FORCE
560 closure = 1 macro
696 set -- $(package.closure)
769 set -- $(package.closure)
892 set -- $(package.closure:C,.*,$(INSTALLROOT)/&/PROMO.mm,:T=F:D::B)
897 set -- $(package.closure
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk9 * nmake -f name [closure] [cyg|exp|lcl|pkg|rpm|tgz] [base|delta] type
88 closure = macro
242 package.closure = $(closure:?$$(package.all)?$$(package.pkg)?)
461 closure : .MAKE .VIRTUAL .FORCE
560 closure = 1 macro
696 set -- $(package.closure)
769 set -- $(package.closure)
892 set -- $(package.closure:C,.*,$(INSTALLROOT)/&/PROMO.mm,:T=F:D::B)
897 set -- $(package.closure
[all...]
H A Dpackage.sh321 tested, otherwise the closure of the components is tested.]
341 only the named packages are updated; otherwise the closure of required
449 closure of component makefile dependencies.]
738 ${bI}NAME${eI}/${bI}PASSWORD${eI} details.) This downloads the closure of the latest
801 components named ${bB}INIT${eB}*, then the order determined by the closure of component
897 ${bI}NAME${eI}/${bI}PASSWORD${eI} details.) This downloads the closure of the latest
1141 tested, otherwise the closure of the components is tested.
1164 the closure of required packages is updated. This action
1193 write [closure] [cyg|exp|lcl|pkg|rpm|tgz|tst] [base|delta]
1244 downloaded. If closure i
[all...]
/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh370 function closure function
380 closure $tmp $* || r=1
384 closure 0 || err_exit -u2 'for loop function optimization bug2'
/ast/src/lib/libpz/
H A Dpzconvert.c216 closure(Pz_t* pz, Chain_t* cp, int n, Pzconvert_t* tab, unsigned char* hit, Pzconvert_t** stk, int i, int j, const char* to) function
235 if (k == j || !(cp = closure(pz, cp, n, tab, hit, stk, j, k, to)))
242 (*pz->disc->errorf)(pz, pz->disc, 2, "internal closure error -- %s not found on unwind stack", to);
284 if (!j || !(cp = closure(pz, NiL, n, tab, hit, stk, 0, j, t)))
304 (*pz->disc->errorf)(pz, pz->disc, 2, "internal closure error -- %s not found on unwind stack", t);
/ast/src/cmd/nmake/
H A Dexpand.c437 * expand closure of v into xp
441 closure(Sfio_t* xp, char* v, char* w) function
4076 closure(xp, x, val);
H A DMakerules.mk57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'

Completed in 179 milliseconds