Searched refs:stackCreate (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/stand/ficl/
H A Dvm.c93 pVM->pStack = stackCreate(nPStack);
97 pVM->rStack = stackCreate(nRStack);
102 pVM->fStack = stackCreate(nPStack);
H A Dstack.c113 FICL_STACK *stackCreate(unsigned nCells) function
H A Dficl.h369 FICL_STACK *stackCreate (unsigned nCells);

Completed in 72 milliseconds