Searched refs:pInterp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/boot/common/
H A Dinterp_forth.c66 FICL_WORD *pInterp; variable
291 pInterp = ficlLookup(bf_sys, "interpret");
/freebsd-10-stable/sys/boot/ficl/
H A Dficl.c379 assert(pSys->pInterp[0]);
403 vmPushIP(pVM, &(pSys->pInterp[0]));
H A Dficl.h852 FICL_WORD *pInterp[3]; member in struct:ficl_system
H A Dwords.c5201 pSys->pInterp[0] = pSys->pInterpret;
5202 pSys->pInterp[1] = pSys->pBranchParen;
5203 pSys->pInterp[2] = (FICL_WORD *)(void *)(-2);

Completed in 137 milliseconds