Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dtools.c624 FICL_STACK *pStk = pVM->pStack; in displayPStack() local
625 int d = stackDepth(pStk); in displayPStack()
635 pCell = pStk->base; in displayPStack()
648 FICL_STACK *pStk = pVM->rStack; in displayRStack() local
649 int d = stackDepth(pStk); in displayRStack()
660 pCell = pStk->base; in displayRStack()