| /titanic_54/usr/src/common/ficl/ |
| H A D | float.c | 465 ficlDictionarySetConstant(environment, "max-float", data.i); in ficlSystemCompileFloat() 467 ficlDictionarySetConstant(environment, "floating", FICL_FALSE); in ficlSystemCompileFloat() 468 ficlDictionarySetConstant(environment, "floating-ext", FICL_FALSE); in ficlSystemCompileFloat() 469 ficlDictionarySetConstant(environment, "floating-stack", in ficlSystemCompileFloat() 472 ficlDictionarySetConstant(environment, "floating", FICL_FALSE); in ficlSystemCompileFloat()
|
| H A D | search.c | 378 ficlDictionarySetConstant(environment, "search-order", FICL_TRUE); in ficlSystemCompileSearch() 379 ficlDictionarySetConstant(environment, "search-order-ext", FICL_TRUE); in ficlSystemCompileSearch() 380 ficlDictionarySetConstant(environment, "wordlists", FICL_MAX_WORDLISTS); in ficlSystemCompileSearch()
|
| H A D | primitives.c | 3307 ficlDictionarySetConstant(environment, "/counted-string", in ficlSystemCompileCore() 3309 ficlDictionarySetConstant(environment, "/hold", FICL_PAD_SIZE); in ficlSystemCompileCore() 3310 ficlDictionarySetConstant(environment, "/pad", FICL_PAD_SIZE); in ficlSystemCompileCore() 3311 ficlDictionarySetConstant(environment, "address-unit-bits", 8); in ficlSystemCompileCore() 3312 ficlDictionarySetConstant(environment, "core", FICL_TRUE); in ficlSystemCompileCore() 3313 ficlDictionarySetConstant(environment, "core-ext", FICL_FALSE); in ficlSystemCompileCore() 3314 ficlDictionarySetConstant(environment, "floored", FICL_FALSE); in ficlSystemCompileCore() 3315 ficlDictionarySetConstant(environment, "max-char", UCHAR_MAX); in ficlSystemCompileCore() 3316 ficlDictionarySetConstant(environment, "max-n", LONG_MAX); in ficlSystemCompileCore() 3317 ficlDictionarySetConstant(environment, "max-u", ULONG_MAX); in ficlSystemCompileCore() [all …]
|
| 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 | 87 ficlDictionarySetConstant(environment, "ficl-robust", FICL_ROBUST); in ficlSystemSetVersion() 216 ficlDictionarySetConstant(environment, #name, name) in ficlSystemCreate()
|
| H A D | loader.c | 924 ficlDictionarySetConstant(env, "arch-i386", FICL_TRUE); in ficlSystemCompilePlatform() 925 ficlDictionarySetConstant(env, "arch-sparc", FICL_FALSE); in ficlSystemCompilePlatform() 928 ficlDictionarySetConstant(env, "arch-i386", FICL_FALSE); in ficlSystemCompilePlatform() 929 ficlDictionarySetConstant(env, "arch-sparc", FICL_TRUE); in ficlSystemCompilePlatform()
|
| H A D | tools.c | 869 ficlDictionarySetConstant(ficlSystemGetEnvironment(vm->callback.system), in ficlPrimitiveEnvConstant() 920 ficlDictionarySetConstant(environment, "tools", FICL_TRUE); in ficlSystemCompileTools() 921 ficlDictionarySetConstant(environment, "tools-ext", FICL_FALSE); in ficlSystemCompileTools()
|
| H A D | ficl.h | 1442 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name, 1445 (ficlDictionarySetConstant(dictionary, name, (ficlInteger)pointer))
|
| H A D | dictionary.c | 270 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetConstant() function
|
| /titanic_54/usr/src/lib/libficl/ |
| H A D | mapfile-vers | 79 ficlDictionarySetConstant;
|
| /titanic_54/usr/src/boot/sys/boot/common/ |
| H A D | interp_forth.c | 310 ficlDictionarySetConstant(env, "loader_version", bootprog_rev); in bf_init()
|
| /titanic_54/usr/src/common/ficl/emu/ |
| H A D | loader_emu.c | 825 ficlDictionarySetConstant(env, "loader_version", in bf_init()
|