Searched refs:FICL_FALSE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/stand/ficl/ |
| HD | prefix.c | 84 return FICL_FALSE; in ficlParsePrefix() 113 return FICL_FALSE; in ficlParsePrefix()
|
| HD | loader.c | 463 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()
|
| HD | float.c | 1061 ficlSetEnv(pSys, "floating", FICL_FALSE); /* not all required words are present */ in ficlCompileFloat() 1062 ficlSetEnv(pSys, "floating-ext", FICL_FALSE); in ficlCompileFloat()
|
| HD | ficl.h | 253 #define FICL_FALSE (0) macro 254 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
|
| HD | words.c | 823 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()
|
| HD | tools.c | 897 ficlSetEnv(pSys, "tools-ext", FICL_FALSE); in ficlCompileTools()
|