Searched refs:FICL_TRUE (Results 1 – 8 of 8) sorted by relevance
/freebsd/stand/ficl/ |
H A D | loader.c | 308 flag = (hv != NULL) ? FICL_TRUE : FICL_FALSE; in ficlIsvirtualizedQ() 495 flag = FICL_TRUE; in isdirQuestion() 657 stackPushINT(pVM->pStack, FICL_TRUE); in pfreaddir() 744 stackPushINT(pVM->pStack, FICL_TRUE); in keyQuestion() 747 stackPushINT(pVM->pStack, ischar()? FICL_TRUE : FICL_FALSE); in keyQuestion() 872 ficlSetEnv(pSys, "arch-i386", FICL_TRUE); in ficlCompilePlatform() 876 ficlSetEnv(pSys, "arch-powerpc", FICL_TRUE); in ficlCompilePlatform()
|
H A D | search.c | 382 ficlSetEnv(pSys, "search-order", FICL_TRUE); in ficlCompileSearch() 383 ficlSetEnv(pSys, "search-order-ext", FICL_TRUE); in ficlCompileSearch()
|
H A D | gfx_loader.c | 103 ret = FICL_TRUE; /* success */ in ficl_term_putimage() 143 ret = FICL_TRUE; /* success */ in ficl_fb_putimage()
|
H A D | prefix.c | 106 return (int)FICL_TRUE; in ficlParsePrefix()
|
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 | words.c | 738 FICL_INT append = FICL_TRUE; in ficlSprintf() 1707 return (int)FICL_TRUE; in ficlParseWord() 1723 return (int)FICL_TRUE; in ficlParseWord() 2584 flag = ((pFW != NULL) && (pFW->flags & FW_ISOBJECT)) ? FICL_TRUE : FICL_FALSE; in isObject() 3415 PUSHINT(FICL_TRUE); in environmentQ() 4543 FICL_INT ret = (pVM->sourceID.i == -1) ? FICL_FALSE : FICL_TRUE; in refill() 5037 ficlSetEnv(pSys, "core", FICL_TRUE); in ficlCompileCore() 5063 ficlSetEnv(pSys, "exception", FICL_TRUE); in ficlCompileCore() 5064 ficlSetEnv(pSys, "exception-ext", FICL_TRUE); in ficlCompileCore() 5096 ficlSetEnv(pSys, "locals", FICL_TRUE); in ficlCompileCore() [all …]
|
H A D | ficl.h | 251 #define FICL_TRUE (~(FICL_UNS)0) macro 253 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
|
H A D | tools.c | 895 ficlSetEnv(pSys, "tools", FICL_TRUE); in ficlCompileTools()
|