Home
last modified time | relevance | path

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

/titanic_54/usr/src/common/ficl/
H A Dfloat.c465 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 Dsearch.c378 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 Dprimitives.c3307 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 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.c87 ficlDictionarySetConstant(environment, "ficl-robust", FICL_ROBUST); in ficlSystemSetVersion()
216 ficlDictionarySetConstant(environment, #name, name) in ficlSystemCreate()
H A Dloader.c924 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 Dtools.c869 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 Dficl.h1442 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name,
1445 (ficlDictionarySetConstant(dictionary, name, (ficlInteger)pointer))
H A Ddictionary.c270 ficlDictionarySetConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetConstant() function
/titanic_54/usr/src/lib/libficl/
H A Dmapfile-vers79 ficlDictionarySetConstant;
/titanic_54/usr/src/boot/sys/boot/common/
H A Dinterp_forth.c310 ficlDictionarySetConstant(env, "loader_version", bootprog_rev); in bf_init()
/titanic_54/usr/src/common/ficl/emu/
H A Dloader_emu.c825 ficlDictionarySetConstant(env, "loader_version", in bf_init()