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

/illumos-gate/usr/src/common/ficl/
H A Dvm.c2745 ficlWord *tempFW; local
2752 tempFW = ficlSystemLookupLocal(vm->callback.system, name);
2755 tempFW = ficlDictionaryLookup(dictionary, name);
2758 if (tempFW != NULL) {
2759 if (ficlWordIsCompileOnly(tempFW)) {
2764 ficlVmExecuteWord(vm, tempFW);
2768 if (tempFW != NULL) {
2769 if (ficlWordIsImmediate(tempFW)) {
2770 ficlVmExecuteWord(vm, tempFW);
2773 c.p = tempFW;
[all...]

Completed in 62 milliseconds