Lines Matching defs:environment
76 * Create a double ficlCell environment constant for the version ID
84 ficlDictionary *environment = ficlSystemGetEnvironment(system);
86 ficlDictionarySet2Constant(environment, "ficl-version", combined);
87 ficlDictionarySetConstant(environment, "ficl-robust", FICL_ROBUST);
110 ficlDictionary *environment;
151 environment = ficlDictionaryCreate(system, (unsigned)environmentSize);
152 system->environment = environment;
153 system->environment->forthWordlist->name = "environment";
216 ficlDictionarySetConstant(environment, #name, name)
235 ficlDictionarySetConstantString(environment, #name, name)
260 if (system->environment)
261 ficlDictionaryDestroy(system->environment);
262 system->environment = NULL;
399 * Returns the address of the system environment space
404 return (system->environment);