Lines Matching refs:environment

1968 	ficlDictionary *environment;  in ficlPrimitiveEnvironmentQ()  local
1974 environment = vm->callback.system->environment; in ficlPrimitiveEnvironmentQ()
1978 word = ficlDictionaryLookup(environment, name); in ficlPrimitiveEnvironmentQ()
3100 ficlDictionary *environment = ficlSystemGetEnvironment(system); in ficlSystemCompileCore() local
3103 FICL_SYSTEM_ASSERT(system, environment); in ficlSystemCompileCore()
3308 (void) ficlDictionarySetConstant(environment, "/counted-string", in ficlSystemCompileCore()
3310 (void) ficlDictionarySetConstant(environment, "/hold", FICL_PAD_SIZE); in ficlSystemCompileCore()
3311 (void) ficlDictionarySetConstant(environment, "/pad", FICL_PAD_SIZE); in ficlSystemCompileCore()
3312 (void) ficlDictionarySetConstant(environment, "address-unit-bits", 8); in ficlSystemCompileCore()
3313 (void) ficlDictionarySetConstant(environment, "core", FICL_TRUE); in ficlSystemCompileCore()
3314 (void) ficlDictionarySetConstant(environment, "core-ext", FICL_FALSE); in ficlSystemCompileCore()
3315 (void) ficlDictionarySetConstant(environment, "floored", FICL_FALSE); in ficlSystemCompileCore()
3316 (void) ficlDictionarySetConstant(environment, "max-char", UCHAR_MAX); in ficlSystemCompileCore()
3317 (void) ficlDictionarySetConstant(environment, "max-n", LONG_MAX); in ficlSystemCompileCore()
3318 (void) ficlDictionarySetConstant(environment, "max-u", ULONG_MAX); in ficlSystemCompileCore()
3327 (void) ficlDictionarySet2Constant(environment, "max-d", id); in ficlSystemCompileCore()
3330 (void) ficlDictionarySet2Constant(environment, "max-ud", id); in ficlSystemCompileCore()
3333 (void) ficlDictionarySetConstant(environment, "return-stack-cells", in ficlSystemCompileCore()
3335 (void) ficlDictionarySetConstant(environment, "stack-cells", in ficlSystemCompileCore()
3370 (void) ficlDictionarySetConstant(environment, "exception", FICL_TRUE); in ficlSystemCompileCore()
3371 (void) ficlDictionarySetConstant(environment, "exception-ext", in ficlSystemCompileCore()
3386 (void) ficlDictionarySetConstant(environment, "locals", FICL_TRUE); in ficlSystemCompileCore()
3387 (void) ficlDictionarySetConstant(environment, "locals-ext", FICL_TRUE); in ficlSystemCompileCore()
3388 (void) ficlDictionarySetConstant(environment, "#locals", in ficlSystemCompileCore()
3403 (void) ficlDictionarySetConstant(environment, "memory-alloc", in ficlSystemCompileCore()