Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ficl/
Dtools.c621 FICL_STACK *pStk = pVM->pStack; in displayPStack() local
622 int d = stackDepth(pStk); in displayPStack()
632 pCell = pStk->base; in displayPStack()
645 FICL_STACK *pStk = pVM->rStack; in displayRStack() local
646 int d = stackDepth(pStk); in displayRStack()
657 pCell = pStk->base; in displayRStack()