Searched defs:closure (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/mam/ |
H A D | mamold.sh | 30 function closure function 37 do closure $j; done 77 closure ${prereqs[$rule]} && print && convert "$rule :$list"
|
/ast/src/cmd/ksh93/tests/ |
H A D | functions.sh | 370 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 D | pzconvert.c | 216 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/lib/package/ |
H A D | package.mk | 9 * 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 D | package.mk | 9 * 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/nmake/ |
H A D | expand.c | 437 * expand closure of v into xp 441 closure(Sfio_t* xp, char* v, char* w) function 4076 closure(xp, x, val);
|
Completed in 31 milliseconds