Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dstack.c379 void *context, ficlInteger bottomToTop) in ficlStackWalk() argument
387 cell = bottomToTop ? stack->base : stack->top; in ficlStackWalk()
391 cell += bottomToTop ? 1 : -1; in ficlStackWalk()
H A Dficl.h924 void *context, ficlInteger bottomToTop);