Searched refs:environment (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c76 * 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 Dfloat.c411 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 Dsearch.c340 * 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 Dfileaccess.c351 ficlDictionary *environment = ficlSystemGetEnvironment(system);
354 FICL_SYSTEM_ASSERT(system, environment);
392 ficlDictionarySetConstant(environment, "file", FICL_TRUE);
393 ficlDictionarySetConstant(environment, "file-ext", FICL_TRUE);
395 ficlDictionarySetConstant(environment, "file", FICL_FALSE);
396 ficlDictionarySetConstant(environment, "file-ext", FICL_FALSE);
H A Dprimitives.c1950 * 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...]
H A Dtools.c804 * 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 Dficl.h470 * to allot for the environment-query dictionary.
559 * compatible with your runtime environment.
1596 ficlDictionary *environment; member in struct:ficlSystem
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.h35 gchar **environment; member in struct:__anon634
H A Drunner.c102 free_string_array(r->environment);
272 !g_spawn_async_with_pipes(program_dir, r->argv, r->environment,
H A Dmain.c65 /* The environment array */
75 r->environment = get_string_array(&sub_iter, tmpstr);
156 fprintf(stderr, "error parsing environment");
/illumos-gate/usr/src/head/
H A Dmetacl.x61 stringarray environment<>;
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacenv.h49 * to the local environment. This includes compiler-specific, OS-specific,
227 /* Unknown environment */
229 #error Unknown target environment
339 * generation environment.
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s122 ! to determine a bunch of things from our "environment" and construct an ELF
154 set EB_ENVP, %l1 ! code for environment base
160 tst %l1 ! are we at a "0" entry in environment?
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh69 then err_exit 'environment override not correct'
802 export environment
819 environment)
820 environment=f
821 t=$(typeset +f $environment)
833 f local global environment literal positional
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s28 ! is compiled in an SVR4 .h environment
39 ! +10 environment strings
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s85 ! to determine a bunch of things from our "environment" and construct an ELF
111 set EB_ENVP, %l1 ! code for environment base
117 tst %l1 ! are we at a "0" entry in environment?
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s58 ! To be called from an on_trap environment.
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s60 ! To be called from an on_trap environment.
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile26 SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk58 # either in the environment or in XRMAKEFILE. To use regular cscope, set
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex475 % If an index command is used in an @example environment, any spaces
491 % defines \thisenv, so the current environment is known; @end checks
492 % whether the environment name matches. The \checkenv macro can also be
493 % used to check whether the current environment is the one expected.
510 % Check whether we're in the right environment:
527 out of any environment%
529 in environment \expandafter\string#1%
689 % Do @comment since we are called inside an environment such as
795 % This records the amount of indent in the innermost environment.
2348 % what follows is an environment suc
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt447 * can be sized by the build environment.
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c948 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 141 milliseconds