Home
last modified time | relevance | path

Searched refs:ficlDictionarySetConstant (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dfloat.c466 (void) ficlDictionarySetConstant(environment, "max-float", data.i); in ficlSystemCompileFloat()
468 (void) ficlDictionarySetConstant(environment, "floating", FICL_FALSE); in ficlSystemCompileFloat()
469 (void) ficlDictionarySetConstant(environment, "floating-ext", in ficlSystemCompileFloat()
471 (void) ficlDictionarySetConstant(environment, "floating-stack", in ficlSystemCompileFloat()
474 (void) ficlDictionarySetConstant(environment, "floating", FICL_FALSE); in ficlSystemCompileFloat()
H A Dsearch.c378 (void) ficlDictionarySetConstant(environment, "search-order", in ficlSystemCompileSearch()
380 (void) ficlDictionarySetConstant(environment, "search-order-ext", in ficlSystemCompileSearch()
382 (void) ficlDictionarySetConstant(environment, "wordlists", in ficlSystemCompileSearch()
H A Dprimitives.c3308 (void) ficlDictionarySetConstant(environment, "/counted-string", in ficlSystemCompileCore()
3313 (void) ficlDictionarySetConstant(environment, "core", FICL_TRUE); in ficlSystemCompileCore()
3317 (void) ficlDictionarySetConstant(environment, "max-n", LONG_MAX); in ficlSystemCompileCore()
3318 (void) ficlDictionarySetConstant(environment, "max-u", ULONG_MAX); in ficlSystemCompileCore()
3333 (void) ficlDictionarySetConstant(environment, "return-stack-cells", in ficlSystemCompileCore()
3335 (void) ficlDictionarySetConstant(environment, "stack-cells", in ficlSystemCompileCore()
3371 (void) ficlDictionarySetConstant(environment, "exception-ext", in ficlSystemCompileCore()
3388 (void) ficlDictionarySetConstant(environment, "#locals", in ficlSystemCompileCore()
3403 (void) ficlDictionarySetConstant(environment, "memory-alloc", in ficlSystemCompileCore()
3482 (void) ficlDictionarySetConstant(dictionary, #token, token); in ficlSystemCompileCore()
[all …]
H A Dfileaccess.c392 ficlDictionarySetConstant(environment, "file", FICL_TRUE); in ficlSystemCompileFile()
393 ficlDictionarySetConstant(environment, "file-ext", FICL_TRUE); in ficlSystemCompileFile()
395 ficlDictionarySetConstant(environment, "file", FICL_FALSE); in ficlSystemCompileFile()
396 ficlDictionarySetConstant(environment, "file-ext", FICL_FALSE); in ficlSystemCompileFile()
H A Dsystem.c88 (void) ficlDictionarySetConstant(environment, "ficl-robust", in ficlSystemSetVersion()
218 (void) ficlDictionarySetConstant(environment, #name, name) in ficlSystemCreate()
H A Dtools.c904 (void) ficlDictionarySetConstant( in ficlPrimitiveEnvConstant()
956 (void) ficlDictionarySetConstant(environment, "tools", FICL_TRUE); in ficlSystemCompileTools()
957 (void) ficlDictionarySetConstant(environment, "tools-ext", FICL_FALSE); in ficlSystemCompileTools()
H A Dficl.h1443 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name,
1446 (ficlDictionarySetConstant(dictionary, name, (ficlInteger)pointer))
H A Ddictionary.c270 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetConstant() function
/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers79 ficlDictionarySetConstant;
/illumos-gate/usr/src/boot/common/
H A Dinterp_forth.c319 ficlDictionarySetConstant(env, "loader_version", bootprog_rev); in bf_init()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c776 (void) ficlDictionarySetConstant(env, "loader_version", in bf_init()