Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/ficl/
HDstack.c149 int stackDepth(FICL_STACK *pStack) in stackDepth() function
HDfloat.c353 int d = stackDepth(pVM->fStack); in displayFStack()
391 i = stackDepth(pVM->fStack); in Fdepth()
HDtools.c626 int d = stackDepth(pStk); in displayPStack()
650 int d = stackDepth(pStk); in displayRStack()
HDficl.h372 int stackDepth (FICL_STACK *pStack);
415 #define DEPTH() stackDepth(pVM->pStack)
HDwords.c863 i = stackDepth(pVM->pStack); in depth()