Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/ficl/
HDprefix.c84 return FICL_FALSE; in ficlParsePrefix()
113 return FICL_FALSE; in ficlParsePrefix()
HDloader.c463 flag = FICL_FALSE; in isdirQuestion()
618 stackPushINT(pVM->pStack, FICL_FALSE); in pfreaddir()
706 stackPushINT(pVM->pStack, ischar()? FICL_TRUE : FICL_FALSE); in keyQuestion()
834 ficlSetEnv(pSys, "arch-powerpc", FICL_FALSE); in ficlCompilePlatform()
836 ficlSetEnv(pSys, "arch-i386", FICL_FALSE); in ficlCompilePlatform()
HDfloat.c1061 ficlSetEnv(pSys, "floating", FICL_FALSE); /* not all required words are present */ in ficlCompileFloat()
1062 ficlSetEnv(pSys, "floating-ext", FICL_FALSE); in ficlCompileFloat()
HDficl.h253 #define FICL_FALSE (0) macro
254 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
HDwords.c823 if (append != FICL_FALSE) in ficlSprintf()
829 append = FICL_FALSE; in ficlSprintf()
1728 return FICL_FALSE; in ficlParseWord()
2585 flag = ((pFW != NULL) && (pFW->flags & FW_ISOBJECT)) ? FICL_TRUE : FICL_FALSE; in isObject()
3420 PUSHINT(FICL_FALSE); in environmentQ()
4544 FICL_INT ret = (pVM->sourceID.i == -1) ? FICL_FALSE : FICL_TRUE; in refill()
5039 ficlSetEnv(pSys, "core-ext", FICL_FALSE); in ficlCompileCore()
5040 ficlSetEnv(pSys, "floored", FICL_FALSE); in ficlCompileCore()
HDtools.c897 ficlSetEnv(pSys, "tools-ext", FICL_FALSE); in ficlCompileTools()