Searched refs:FICL_FALSE (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/ficl/ |
H A D | prefix.c | 83 return FICL_FALSE; in ficlParsePrefix() 112 return FICL_FALSE; in ficlParsePrefix()
|
H A D | loader.c | 308 flag = (hv != NULL) ? FICL_TRUE : FICL_FALSE; in ficlIsvirtualizedQ() 487 flag = FICL_FALSE; in isdirQuestion() 659 stackPushINT(pVM->pStack, FICL_FALSE); in pfreaddir() 747 stackPushINT(pVM->pStack, ischar()? FICL_TRUE : FICL_FALSE); in keyQuestion() 873 ficlSetEnv(pSys, "arch-powerpc", FICL_FALSE); in ficlCompilePlatform() 875 ficlSetEnv(pSys, "arch-i386", FICL_FALSE); in ficlCompilePlatform()
|
H A D | gfx_loader.c | 65 unsigned long ret = FICL_FALSE; in ficl_term_putimage() 116 unsigned long ret = FICL_FALSE; in ficl_fb_putimage()
|
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()
|
H A D | ficl.h | 252 #define FICL_FALSE (0) macro 253 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
|
H A D | words.c | 822 if (append != FICL_FALSE) in ficlSprintf() 828 append = FICL_FALSE; in ficlSprintf() 1727 return FICL_FALSE; in ficlParseWord() 2584 flag = ((pFW != NULL) && (pFW->flags & FW_ISOBJECT)) ? FICL_TRUE : FICL_FALSE; in isObject() 3419 PUSHINT(FICL_FALSE); in environmentQ() 4543 FICL_INT ret = (pVM->sourceID.i == -1) ? FICL_FALSE : FICL_TRUE; in refill() 5038 ficlSetEnv(pSys, "core-ext", FICL_FALSE); in ficlCompileCore() 5039 ficlSetEnv(pSys, "floored", FICL_FALSE); in ficlCompileCore()
|
H A D | tools.c | 896 ficlSetEnv(pSys, "tools-ext", FICL_FALSE); in ficlCompileTools()
|