Searched defs:environment (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald-runner/ |
H A D | runner.h | 35 gchar **environment; member in struct:__anon634
|
/illumos-gate/usr/src/common/ficl/ |
H A D | search.c | 340 * Builds the primitive wordset and the environment-query namespace. 346 ficlDictionary *environment = ficlSystemGetEnvironment(system); local 349 FICL_SYSTEM_ASSERT(system, environment); 376 * Set SEARCH environment query values 378 ficlDictionarySetConstant(environment, "search-order", FICL_TRUE); 379 ficlDictionarySetConstant(environment, "search-order-ext", FICL_TRUE); 380 ficlDictionarySetConstant(environment, "wordlists", FICL_MAX_WORDLISTS);
|
H A D | system.c | 76 * Create a double ficlCell environment constant for the version ID 84 ficlDictionary *environment = ficlSystemGetEnvironment(system); local 86 ficlDictionarySet2Constant(environment, "ficl-version", combined); 87 ficlDictionarySetConstant(environment, "ficl-robust", FICL_ROBUST); 110 ficlDictionary *environment; local 151 environment = ficlDictionaryCreate(system, (unsigned)environmentSize); 152 system->environment = environment; 153 system->environment->forthWordlist->name = "environment"; [all...] |
H A D | float.c | 411 ficlDictionary *environment = ficlSystemGetEnvironment(system); local 417 FICL_SYSTEM_ASSERT(system, environment); 465 ficlDictionarySetConstant(environment, "max-float", data.i); 467 ficlDictionarySetConstant(environment, "floating", FICL_FALSE); 468 ficlDictionarySetConstant(environment, "floating-ext", FICL_FALSE); 469 ficlDictionarySetConstant(environment, "floating-stack", 472 ficlDictionarySetConstant(environment, "floating", FICL_FALSE);
|
H A D | tools.c | 804 * Print symbols defined in the environment 809 ficlDictionary *dictionary = vm->callback.system->environment; 859 * code to set environment constants... 895 ficlDictionary *environment = ficlSystemGetEnvironment(system); local 898 FICL_SYSTEM_ASSERT(system, environment); 918 * Set TOOLS environment query values 920 ficlDictionarySetConstant(environment, "tools", FICL_TRUE); 921 ficlDictionarySetConstant(environment, "tools-ext", FICL_FALSE);
|
H A D | ficl.h | 470 * to allot for the environment-query dictionary. 559 * compatible with your runtime environment. 1596 ficlDictionary *environment; member in struct:ficlSystem
|
H A D | primitives.c | 1950 * environment-query CORE ( c-addr u -- FICL_FALSE | i*x FICL_TRUE ) 1956 * with an attribute of the present environment. If the system treats the 1964 ficlDictionary *environment; local 1970 environment = vm->callback.system->environment; 1974 word = ficlDictionaryLookup(environment, name); 3090 * Builds the primitive wordset and the environment-query namespace. 3097 ficlDictionary *environment = ficlSystemGetEnvironment(system); local 3100 FICL_SYSTEM_ASSERT(system, environment); 3187 ficlDictionarySetPrimitive(dictionary, "environment [all...] |
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | main.cc | 1712 * Read the makefiles we care about and the environment 1729 * keep_state Set if KEEP_STATE is in environment 1849 * Read environment args. Let file args which follow override unless 2307 * Make sure KEEP_STATE is in the environment if KEEP_STATE is on. 2625 * This routine reads the process environment when make starts and enters 2626 * it as make macros. The environment variable SHELL is ignored. 2637 register char **environment; local 2648 environment = environ; 2649 for (; *environment; environment [all...] |
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 948 uu_die(gettext("Invalid environment variable " 951 uu_die(gettext("Invalid environment variable " 961 lxml_get_method_environment(pgroup_t *pg, xmlNodePtr environment) argument 970 for (cursor = environment->xmlChildrenNode; cursor != NULL; 979 "method environment for \"%s\"\n"),
|
Completed in 122 milliseconds