Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.c378 assert(pSys->pInterp[0]); in ficlExecC()
402 vmPushIP(pVM, &(pSys->pInterp[0])); in ficlExecC()
H A Dficl.h851 FICL_WORD *pInterp[3]; member
H A Dwords.c5213 pSys->pInterp[0] = pSys->pInterpret; in ficlCompileCore()
5214 pSys->pInterp[1] = pSys->pBranchParen; in ficlCompileCore()
5215 pSys->pInterp[2] = (FICL_WORD *)(void *)(-2); in ficlCompileCore()