Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c1307 assert(pVM->pSys->pBranchParen); in elseCoIm()
1309 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen)); in elseCoIm()
1495 assert(pVM->pSys->pBranchParen); in endofCoIm()
1507 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen)); in endofCoIm()
1549 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen)); in fallthroughCoIm()
3260 assert(pVM->pSys->pBranchParen); in repeatCoIm()
3261 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen)); in repeatCoIm()
3275 assert(pVM->pSys->pBranchParen); in againCoIm()
3276 dictAppendCell(dp, LVALUEtoCELL(pVM->pSys->pBranchParen)); in againCoIm()
5186 pSys->pBranchParen = in ficlCompileCore()
[all …]
H A Dficl.h855 FICL_WORD *pBranchParen; member