Searched refs:ficlSetEnv (Results 1 – 9 of 9) sorted by relevance
/freebsd/stand/ficl/ |
H A D | search.c | 382 ficlSetEnv(pSys, "search-order", FICL_TRUE); in ficlCompileSearch() 383 ficlSetEnv(pSys, "search-order-ext", FICL_TRUE); in ficlCompileSearch() 384 ficlSetEnv(pSys, "wordlists", FICL_DEFAULT_VOCS); in ficlCompileSearch()
|
H A D | loader.c | 872 ficlSetEnv(pSys, "arch-i386", FICL_TRUE); in ficlCompilePlatform() 873 ficlSetEnv(pSys, "arch-powerpc", FICL_FALSE); in ficlCompilePlatform() 875 ficlSetEnv(pSys, "arch-i386", FICL_FALSE); in ficlCompilePlatform() 876 ficlSetEnv(pSys, "arch-powerpc", FICL_TRUE); in ficlCompilePlatform()
|
H A D | words.c | 5033 ficlSetEnv(pSys, "/counted-string", FICL_STRING_MAX); in ficlCompileCore() 5034 ficlSetEnv(pSys, "/hold", nPAD); in ficlCompileCore() 5035 ficlSetEnv(pSys, "/pad", nPAD); in ficlCompileCore() 5036 ficlSetEnv(pSys, "address-unit-bits", 8); in ficlCompileCore() 5037 ficlSetEnv(pSys, "core", FICL_TRUE); in ficlCompileCore() 5038 ficlSetEnv(pSys, "core-ext", FICL_FALSE); in ficlCompileCore() 5039 ficlSetEnv(pSys, "floored", FICL_FALSE); in ficlCompileCore() 5040 ficlSetEnv(pSys, "max-char", UCHAR_MAX); in ficlCompileCore() 5042 ficlSetEnv(pSys, "max-n", 0x7fffffff); in ficlCompileCore() 5043 ficlSetEnv(pSys, "max-u", 0xffffffff); in ficlCompileCore() [all …]
|
H A D | float.c | 1060 ficlSetEnv(pSys, "floating", FICL_FALSE); /* not all required words are present */ in ficlCompileFloat() 1061 ficlSetEnv(pSys, "floating-ext", FICL_FALSE); in ficlCompileFloat() 1062 ficlSetEnv(pSys, "floating-stack", FICL_DEFAULT_STACK); in ficlCompileFloat()
|
H A D | tools.c | 853 ficlSetEnv(pVM->pSys, pVM->pad, (FICL_UNS)value); in envConstant() 895 ficlSetEnv(pSys, "tools", FICL_TRUE); in ficlCompileTools() 896 ficlSetEnv(pSys, "tools-ext", FICL_FALSE); in ficlCompileTools()
|
H A D | ficl.c | 575 void ficlSetEnv(FICL_SYSTEM *pSys, char *name, FICL_UNS value) in ficlSetEnv() function 692 ficlSetEnv (pSys, "ficl-robust", FICL_ROBUST); in ficlSetVersionEnv()
|
H A D | fileaccess.c | 425 ficlSetEnv(pSys, "file", FICL_TRUE); in ficlCompileFile() 426 ficlSetEnv(pSys, "file-ext", FICL_TRUE); in ficlCompileFile()
|
H A D | ficl.h | 1020 void ficlSetEnv (FICL_SYSTEM *pSys, char *name, FICL_UNS value);
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 277 ficlSetEnv(bf_sys, "FreeBSD_version", __FreeBSD_version); in bf_init() 278 ficlSetEnv(bf_sys, "loader_version", bootprog_rev); in bf_init()
|