Home
last modified time | relevance | path

Searched refs:pBranch0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dwords.c1279 assert(pVM->pSys->pBranch0); in ifCoIm()
1281 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranch0)); in ifCoIm()
1449 assert(pVM->pSys->pBranch0); in ofCoIm()
3236 assert(pVM->pSys->pBranch0); in untilCoIm()
3238 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranch0)); in untilCoIm()
3247 assert(pVM->pSys->pBranch0); in whileCoIm()
3249 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranch0)); in whileCoIm()
5184 pSys->pBranch0 = in ficlCompileCore()
H A Dficl.h860 FICL_WORD *pBranch0; member