Home
last modified time | relevance | path

Searched defs:popCells (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dstack.c69 ficlStackCheck(ficlStack *stack, int popCells, int pushCells) in ficlStackCheck()
H A Dficl.h915 #define FICL_STACK_CHECK(stack, popCells, pushCells) \ argument
918 #define FICL_STACK_CHECK(stack, popCells, pushCells) argument
H A Dvm.c184 ficlStackCheckNospill(ficlStack *stack, ficlCell *top, int popCells, in ficlStackCheckNospill()