Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/ficl/
H A Dficllocal.h185 #define FICL_USER_CELLS 1024 macro
H A Dficl.h367 #if !defined (FICL_USER_CELLS)
368 #define FICL_USER_CELLS (16) macro
808 ficlCell user[FICL_USER_CELLS];
H A Dprimitives.c2449 if (n >= FICL_USER_CELLS) in ficlPrimitiveUser()
/dports/lang/ficl/ficl-4.1.0/
H A Dficl.h583 #if (!defined(FICL_USER_CELLS)) && FICL_WANT_USER
584 #define FICL_USER_CELLS (16) macro
1078 ficlCell user[FICL_USER_CELLS];
H A Dficlcompatibility.h166 CELL user[FICL_USER_CELLS];
H A Dprimitives.c2470 if (c.i >= FICL_USER_CELLS) in ficlPrimitiveUser()