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

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

Completed in 29 milliseconds