Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/ficl/
Dficl.c379 assert(pSys->pInterp[0]); in ficlExecC()
403 vmPushIP(pVM, &(pSys->pInterp[0])); in ficlExecC()
Dficl.h852 FICL_WORD *pInterp[3]; member
Dwords.c5214 pSys->pInterp[0] = pSys->pInterpret; in ficlCompileCore()
5215 pSys->pInterp[1] = pSys->pBranchParen; in ficlCompileCore()
5216 pSys->pInterp[2] = (FICL_WORD *)(void *)(-2); in ficlCompileCore()