Searched refs:locals (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c164 * The locals dictionary is only searched while compiling,
166 * hand, the dictionary gets emptied after each use of locals
170 system->locals = ficlDictionaryCreate(system,
265 if (system->locals)
266 ficlDictionaryDestroy(system->locals);
267 system->locals = NULL;
409 * Returns the address of the system locals dictionary. This dictionary is
416 return (system->locals);
422 * Same as dictLookup, but looks in system locals dictionary first...
423 * Assumes locals dictionar
[all...]
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...]
H A Dvm.c487 * for locals - the value of nCells is the next ficlCell in
2471 ficlDictionaryEmpty(system->locals,
2472 system->locals->forthWordlist->size);
2485 ficlDictionaryEmpty(system->locals,
2486 system->locals->forthWordlist->size);
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
/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/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/uts/sun4u/ml/
H A Dcpr_resume_setup.s123 ! save %o args to locals
H A Dtrap_table.s2573 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals
2584 ld [%g1 + CPU_TMP2], %l1 ! restore locals
2599 ld [%l0 + CPU_TMP2], %l1 ! restore locals
2613 st %l0, [%g1 + CPU_TMP1] ! save some locals
2621 ld [%g1 + CPU_TMP1], %l0 ! restore locals
2838 ! Keep the locals as clean as possible, caller cleans %l4
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s82 save %sp, -SA(MINFRAME), %sp ! save ins and locals
166 sub %o1, SA(MINFRAME), %sp ! save room for ins and locals
469 save %sp, -SA(MINFRAME), %sp ! save ins and locals
485 sub %o1, SA(MINFRAME), %sp ! save room for ins and locals
524 save %sp, -SA(MINFRAME), %sp ! save ins and locals
H A Dinterrupt.s2015 ldn [%i2 + (0*GREGSIZE)], %l0 ! load locals
2037 stn %l0, [%i3 + STACK_BIAS + (0*GREGSIZE)] ! save locals
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s2335 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals
2344 ld [%l0 + CPU_TMP2], %l1 ! restore locals
2368 st %l0, [%g1 + CPU_TMP1] ! save some locals
2379 ld [%l0 + CPU_TMP2], %l1 ! restore locals
2598 ! Keep the locals as clean as possible, caller cleans %l4
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1509 size_t locals = 1; local
1529 locals++;
1580 mp->symhdr->sh_info = locals;
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure470 | --locals | --local | --loca | --loc | --lo)
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)

Completed in 126 milliseconds