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

/freebsd-9.3-release/sys/boot/ficl/
H A Dloader.c561 stackPushINT(pVM->pStack, FICL_TRUE);
564 stackPushINT(pVM->pStack, ischar()? FICL_TRUE : FICL_FALSE);
691 ficlSetEnv(pSys, "arch-pc98", FICL_TRUE);
693 ficlSetEnv(pSys, "arch-i386", FICL_TRUE);
698 ficlSetEnv(pSys, "arch-ia64", FICL_TRUE);
703 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.c892 ficlSetEnv(pSys, "tools", FICL_TRUE);

Completed in 71 milliseconds