Home
last modified time | relevance | path

Searched refs:FICL_FALSE (Results 1 – 7 of 7) sorted by relevance

/freebsd/stand/ficl/
H A Dprefix.c83 return FICL_FALSE; in ficlParsePrefix()
112 return FICL_FALSE; in ficlParsePrefix()
H A Dloader.c308 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 Dgfx_loader.c65 unsigned long ret = FICL_FALSE; in ficl_term_putimage()
116 unsigned long ret = FICL_FALSE; in ficl_fb_putimage()
H A Dfloat.c1060 ficlSetEnv(pSys, "floating", FICL_FALSE); /* not all required words are present */ in ficlCompileFloat()
1061 ficlSetEnv(pSys, "floating-ext", FICL_FALSE); in ficlCompileFloat()
H A Dficl.h252 #define FICL_FALSE (0) macro
253 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
H A Dwords.c822 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 Dtools.c896 ficlSetEnv(pSys, "tools-ext", FICL_FALSE); in ficlCompileTools()