Searched refs:FICL_TRUE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dloader.c436 flag = FICL_TRUE;
581 stackPushINT(pVM->pStack, FICL_TRUE);
668 stackPushINT(pVM->pStack, FICL_TRUE);
671 stackPushINT(pVM->pStack, ischar()? FICL_TRUE : FICL_FALSE);
800 ficlSetEnv(pSys, "arch-pc98", FICL_TRUE);
802 ficlSetEnv(pSys, "arch-i386", FICL_TRUE);
807 ficlSetEnv(pSys, "arch-ia64", FICL_TRUE);
812 ficlSetEnv(pSys, "arch-powerpc", FICL_TRUE);
H A Dprefix.c107 return (int)FICL_TRUE;
H A Dsearch.c383 ficlSetEnv(pSys, "search-order", FICL_TRUE);
384 ficlSetEnv(pSys, "search-order-ext", FICL_TRUE);
H A Dfileaccess.c419 ficlSetEnv(pSys, "file", FICL_TRUE);
420 ficlSetEnv(pSys, "file-ext", FICL_TRUE);
H A Dficl.h252 #define FICL_TRUE ((unsigned long)~(0L)) macro
254 #define FICL_BOOL(x) ((x) ? FICL_TRUE : FICL_FALSE)
793 ** to the present value of VM.state (compiling or interpreting), and return FICL_TRUE.
H A Dwords.c739 FICL_INT append = FICL_TRUE;
1708 return (int)FICL_TRUE;
1724 return (int)FICL_TRUE;
1750 ** stack, run the parse step against it, and push the result flag (FICL_TRUE
2573 flag = ((pFW != NULL) && (pFW->flags & FW_ISOBJECT)) ? FICL_TRUE : FICL_FALSE;
3404 PUSHINT(FICL_TRUE);
4532 FICL_INT ret = (pVM->sourceID.i == -1) ? FICL_FALSE : FICL_TRUE;
5025 ficlSetEnv(pSys, "core", FICL_TRUE);
5051 ficlSetEnv(pSys, "exception", FICL_TRUE);
5052 ficlSetEnv(pSys, "exception-ext", FICL_TRUE);
[all...]
H A Dtools.c896 ficlSetEnv(pSys, "tools", FICL_TRUE);

Completed in 100 milliseconds