Home
last modified time | relevance | path

Searched refs:locals (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr21 : locals| ( name...name | -- )
36 : end-locals ( -- ) 0 0 (local) ; immediate
41 0 locals| addr2 length c-addr | end-locals
53 0 locals| b-length b-u b-addr a-u a-addr | end-locals
60 locals| b-u b-addr a-u a-addr | end-locals
H A Djhlocal.fr8 \ Uses locals...
16 .( loading Johns-Hopkins locals ) cr
61 0 0 0 locals| stop-loop colon-offset flags u c-addr |
113 0 0 0 locals| flags local-state nLocals |
115 \ stack locals until we hit a delimiter
122 \ now unstack the locals
132 \ zero locals until -- or }
174 0 0 0 locals| flags local-state nLocals |
176 \ stack locals until we hit a delimiter
183 \ now unstack the locals
[all …]
H A Dficllocal.fr6 \ Uses locals...
18 0 dup locals| nLocs locstate |
H A Doo.fr279 locals| meta class offset |
409 locals| meta parent |
418 locals| meta parent nobj |
439 locals| meta class |
447 locals| meta class nobj |
504 locals| wid meta parent |
535 locals| meta class |
546 locals| meta class |
664 locals| class inst |
671 locals| class inst |
[all …]
/illumos-gate/usr/src/common/ficl/test/
H A Dooptest.fr18 locals| class inst |
31 locals| class inst |
54 locals| class inst |
H A Dficltest.fr34 testing locals
/illumos-gate/usr/src/common/ficl/
H A Dsystem.c172 system->locals = ficlDictionaryCreate(system, in ficlSystemCreate()
267 if (system->locals) in ficlSystemDestroy()
268 ficlDictionaryDestroy(system->locals); in ficlSystemDestroy()
269 system->locals = NULL; in ficlSystemDestroy()
418 return (system->locals); in ficlSystemGetLocals()
H A Dprimitives.c203 ficlDictionary *locals; in ficlPrimitiveSemicolonCoIm() local
204 locals = ficlSystemGetLocals(vm->callback.system); in ficlPrimitiveSemicolonCoIm()
205 ficlDictionaryEmpty(locals, locals->forthWordlist->size); in ficlPrimitiveSemicolonCoIm()
1426 ficlDictionary *locals = in ficlPrimitiveDoesCoIm() local
1428 ficlDictionaryEmpty(locals, locals->forthWordlist->size); in ficlPrimitiveDoesCoIm()
2479 ficlDictionary *locals; in ficlLocalParen() local
2481 locals = ficlSystemGetLocals(vm->callback.system); in ficlLocalParen()
2511 ficlDictionaryAppendUnsigned(locals, in ficlLocalParen()
2579 ficlDictionary *locals; in ficlPrimitiveToValue() local
2581 locals = ficlSystemGetLocals(vm->callback.system); in ficlPrimitiveToValue()
[all …]
H A Dvm.c2483 ficlDictionaryEmpty(system->locals, in ficlVmExecuteString()
2484 system->locals->forthWordlist->size); in ficlVmExecuteString()
2497 ficlDictionaryEmpty(system->locals, in ficlVmExecuteString()
2498 system->locals->forthWordlist->size); in ficlVmExecuteString()
H A Dficl.h1607 ficlDictionary *locals; member
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c97 #define FBT_REG_MARKLOCAL(locals, r) \ argument
99 (locals)[(r) - FBT_REG_L0] = 1;
103 (locals)[(local)] = 0; \
109 (locals)[(local) - FBT_REG_L0] = 1;
729 FBT_REG_INITLOCALS(local, locals); in fbt_patch_return()
736 FBT_REG_MARKLOCAL(locals, rs1); in fbt_patch_return()
740 FBT_REG_MARKLOCAL(locals, rs2); in fbt_patch_return()
748 FBT_REG_MARKLOCAL(locals, rs1); in fbt_patch_return()
752 FBT_REG_MARKLOCAL(locals, rs2); in fbt_patch_return()
759 FBT_REG_ALLOCLOCAL(local, locals); in fbt_patch_return()
[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; in set_conditionals() local
966 locals = (Property *) getmem(cnt * sizeof(Property)); in set_conditionals()
967 for (lp = locals, tp = targets; in set_conditionals()
974 return locals; in set_conditionals()
990 reset_conditionals(int cnt, Name *targets, Property *locals) in reset_conditionals() argument
995 for (tp = targets + (cnt - 1), lp = locals + (cnt - 1); in reset_conditionals()
1004 retmem_mb((caddr_t) locals); in reset_conditionals()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S93 ! save %o args to locals
H A Dtrap_table.S2553 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals
2564 ld [%g1 + CPU_TMP2], %l1 ! restore locals
2579 ld [%l0 + CPU_TMP2], %l1 ! restore locals
2593 st %l0, [%g1 + CPU_TMP1] ! save some locals
2601 ld [%g1 + CPU_TMP1], %l0 ! restore locals
2818 ! Keep the locals as clean as possible, caller cleans %l4
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S69 save %sp, -SA(MINFRAME), %sp ! save ins and locals
489 save %sp, -SA(MINFRAME), %sp ! save ins and locals
H A Dinterrupt.S1837 ldn [%i2 + (0*GREGSIZE)], %l0 ! load locals
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.S2314 st %l0, [%g1 + CPU_TMP1] ! delay - save some locals
2323 ld [%l0 + CPU_TMP2], %l1 ! restore locals
2347 st %l0, [%g1 + CPU_TMP1] ! save some locals
2358 ld [%l0 + CPU_TMP2], %l1 ! restore locals
2577 ! Keep the locals as clean as possible, caller cleans %l4
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th1733 end-locals
1778 end-locals
1863 end-locals
1889 end-locals
H A Dbeadm.4th337 end-locals
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1493 size_t locals = 1; in kobj_export_ksyms() local
1513 locals++; in kobj_export_ksyms()
1564 mp->symhdr->sh_info = locals; in kobj_export_ksyms()
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure470 | --locals | --local | --loca | --loc | --lo)
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1171 @ MSG_STATS_SYMBOLS_OUT " Symbols output: globals=%-10lld locals=%lld"
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt559 Debugger: limited display of method locals and arguments (LocalX and
10442 locals
12816 locals and arguments at the time of the abort, and a trace of all
16092 locals).