Lines Matching defs:locals
203 ficlDictionary *locals;
204 locals = ficlSystemGetLocals(vm->callback.system);
205 ficlDictionaryEmpty(locals, locals->forthWordlist->size);
1425 ficlDictionary *locals =
1427 ficlDictionaryEmpty(locals, locals->forthWordlist->size);
2347 * Each local is recorded in a private locals dictionary as a
2352 * that uses locals (in ; and does> for example).
2454 * initialized as described in 13.3.3 Processing locals and may be
2473 * add a local to the **locals** dictionary and
2478 ficlDictionary *locals;
2480 locals = ficlSystemGetLocals(vm->callback.system);
2508 ficlDictionaryAppendWord(locals, name, code,
2510 ficlDictionaryAppendUnsigned(locals,
2521 /* save location in dictionary for #locals */
2578 ficlDictionary *locals;
2580 locals = ficlSystemGetLocals(vm->callback.system);
2581 word = ficlDictionaryLookup(locals, name);
3374 * see softcore.c for implementation of locals|
3384 ficlDictionarySetConstant(environment, "locals", FICL_TRUE);
3385 ficlDictionarySetConstant(environment, "locals-ext", FICL_TRUE);
3386 ficlDictionarySetConstant(environment, "#locals", FICL_MAX_LOCALS);