Searched refs:MAX_ORDER (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dinit.c116 env->order = MALLOC(MAX_ORDER * sizeof (token_t));
H A Dinterface.c242 env->order = MALLOC(MAX_ORDER * sizeof (token_t));
243 memcpy(env->order, src->order, MAX_ORDER * sizeof (token_t));
H A Dforth.c486 if (env->order_depth < (MAX_ORDER - 1)) {
492 MAX_ORDER);
H A Ddebug.c222 token_t *order[MAX_ORDER+1];
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h38 #define MAX_ORDER 32 macro

Completed in 55 milliseconds