Searched refs:ficlDictionarySetConstant (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | float.c | 466 (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 D | primitives.c | 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() [all …]
|
H A D | search.c | 378 (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 D | fileaccess.c | 392 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 D | system.c | 88 (void) ficlDictionarySetConstant(environment, "ficl-robust", in ficlSystemSetVersion() 218 (void) ficlDictionarySetConstant(environment, #name, name) in ficlSystemCreate()
|
H A D | tools.c | 904 (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 D | ficl.h | 1443 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name, 1446 (ficlDictionarySetConstant(dictionary, name, (ficlInteger)pointer))
|
H A D | dictionary.c | 270 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetConstant() function
|
/illumos-gate/usr/src/boot/common/ |
H A D | interp_forth.c | 319 ficlDictionarySetConstant(env, "loader_version", bootprog_rev); in bf_init()
|
/illumos-gate/usr/src/lib/libficl/ |
H A D | mapfile-vers | 79 ficlDictionarySetConstant;
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 776 (void) ficlDictionarySetConstant(env, "loader_version", in bf_init()
|