Lines Matching defs:system
2054 * Returns the address dictionary for this VM's system
2060 return (vm->callback.system->dictionary);
2413 ficlSystem *system = vm->callback.system;
2414 ficlDictionary *dictionary = system->dictionary;
2422 FICL_VM_ASSERT(vm, system->interpreterLoop[0]);
2442 ficlVmPushIP(vm, &(system->interpreterLoop[0]));
2471 ficlDictionaryEmpty(system->locals,
2472 system->locals->forthWordlist->size);
2485 ficlDictionaryEmpty(system->locals,
2486 system->locals->forthWordlist->size);
2525 FICL_VM_ASSERT(vm, vm->callback.system->exitInnerWord);
2543 ficlVmPushIP(vm, &(vm->callback.system->exitInnerWord));
2751 if (vm->callback.system->localsCount > 0) {
2752 tempFW = ficlSystemLookupLocal(vm->callback.system, name);