Searched defs:locals (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc93 static void reset_conditionals(int cnt, Name *targets, Property *locals);
963 Property *locals, *lp; local
966 locals = (Property *) getmem(cnt * sizeof(Property));
967 for (lp = locals, tp = targets;
974 return locals;
978 * reset_conditionals(cnt, targets, locals)
987 * locals Array of dependency macro settings
990 reset_conditionals(int cnt, Name *targets, Property *locals) argument
995 for (tp = targets + (cnt - 1), lp = locals + (cnt - 1);
1004 retmem_mb((caddr_t) locals);
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dficl.h285 * OOP support requires locals and user variables!
497 * This only affects the size of the locals dictionary,
1605 ficlDictionary *locals; member in struct:ficlSystem
H A Dprimitives.c203 ficlDictionary *locals; local
204 locals = ficlSystemGetLocals(vm->callback.system);
205 ficlDictionaryEmpty(locals, locals->forthWordlist->size);
1422 ficlDictionary *locals = local
1424 ficlDictionaryEmpty(locals, locals->forthWordlist->size);
2344 * Each local is recorded in a private locals dictionary as a
2349 * that uses locals (in ; and does> for example).
2451 * initialized as described in 13.3.3 Processing locals an
2475 ficlDictionary *locals; local
2575 ficlDictionary *locals; local
[all...]
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c97 #define FBT_REG_MARKLOCAL(locals, r) \
99 (locals)[(r) - FBT_REG_L0] = 1;
101 #define FBT_REG_INITLOCALS(local, locals) \
103 (locals)[(local)] = 0; \
106 #define FBT_REG_ALLOCLOCAL(local, locals) \
107 while ((locals)[(local) - FBT_REG_L0]) \
109 (locals)[(local) - FBT_REG_L0] = 1;
690 uint32_t locals[FBT_REG_NLOCALS], local; local
729 FBT_REG_INITLOCALS(local, locals);
732 * Mark the locals use
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1509 size_t locals = 1; local
1529 locals++;
1580 mp->symhdr->sh_info = locals;

Completed in 82 milliseconds