Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dstack.c149 int stackDepth(FICL_STACK *pStack) in stackDepth() function
H A Dfloat.c353 int d = stackDepth(pVM->fStack); in displayFStack()
391 i = stackDepth(pVM->fStack); in Fdepth()
H A Dtools.c626 int d = stackDepth(pStk); in displayPStack()
650 int d = stackDepth(pStk); in displayRStack()
H A Dficl.h372 int stackDepth (FICL_STACK *pStack);
415 #define DEPTH() stackDepth(pVM->pStack)
H A Dwords.c863 i = stackDepth(pVM->pStack); in depth()