Home
last modified time | relevance | path

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

/NextBSD/sys/boot/common/
HDinterp_forth.c66 FICL_WORD *pInterp; variable
274 pInterp = ficlLookup(bf_sys, "interpret"); in bf_init()
288 pInterp = ficlLookup(bf_sys, "interpret"); in bf_init()
/NextBSD/sys/boot/ficl/
HDficl.c379 assert(pSys->pInterp[0]); in ficlExecC()
403 vmPushIP(pVM, &(pSys->pInterp[0])); in ficlExecC()
HDficl.h852 FICL_WORD *pInterp[3]; member
HDwords.c5201 pSys->pInterp[0] = pSys->pInterpret; in ficlCompileCore()
5202 pSys->pInterp[1] = pSys->pBranchParen; in ficlCompileCore()
5203 pSys->pInterp[2] = (FICL_WORD *)(void *)(-2); in ficlCompileCore()