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

/illumos-gate/usr/src/lib/efcode/engine/
H A Dprims64.c93 s_lforth_t *addr;
97 addr = (s_lforth_t *)POP(DS);
H A Dforth.c224 TOS = ((s_lforth_t)TOS) >> d;
289 #define COMPARE(cmp, rhs) ((((s_lforth_t)TOS) cmp((s_lforth_t)(rhs))) ? \
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h58 typedef int32_t s_lforth_t; typedef

Completed in 74 milliseconds