Home
last modified time | relevance | path

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

/titanic_54/usr/src/lib/libficl/
H A Dmapfile-vers104 ficlStackCheck;
/titanic_54/usr/src/common/ficl/
H A Dstack.c69 ficlStackCheck(ficlStack *stack, int popCells, int pushCells) in ficlStackCheck() function
H A Dficl.h913 ficlStackCheck(ficlStack *stack, int popCells, int pushCells);
915 ficlStackCheck(stack, popCells, pushCells)
H A Dvm.c191 ficlStackCheck(stack, popCells, pushCells); in ficlStackCheckNospill()