Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dficl.h533 #if (!defined(FICL_USER_CELLS)) && FICL_WANT_USER
534 #define FICL_USER_CELLS (16) macro
1016 ficlCell user[FICL_USER_CELLS];
H A Dprimitives.c2336 if (c.i >= FICL_USER_CELLS) { in ficlPrimitiveUser()