Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.c640 int ficlSetStackSize(int nStackCells) in ficlSetStackSize() argument
642 if (nStackCells >= FICL_DEFAULT_STACK) in ficlSetStackSize()
643 defaultStack = nStackCells; in ficlSetStackSize()
H A Dficl.h1004 int ficlSetStackSize(int nStackCells);