Searched refs:COMPILE_TOKEN (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/efcode/packages/
H A Dparse.c61 COMPILE_TOKEN(&do_colon);
66 COMPILE_TOKEN(&byteload_ptr);
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c106 COMPILE_TOKEN(fn);
115 COMPILE_TOKEN(fn);
154 COMPILE_TOKEN(which);
230 COMPILE_TOKEN(&quote_ptr);
598 COMPILE_TOKEN(&do_colon);
606 COMPILE_TOKEN(&do_create);
683 COMPILE_TOKEN(&do_field);
696 COMPILE_TOKEN(&to_ptr);
757 COMPILE_TOKEN(env->table[0x46].apf); /* Hack for now... */
872 COMPILE_TOKEN(
[all...]
H A Dforth.c476 COMPILE_TOKEN(&blit_ptr);
1176 COMPILE_TOKEN(&semi_ptr);
1717 COMPILE_TOKEN(&do_colon);
1850 COMPILE_TOKEN(ptr);
1920 COMPILE_TOKEN(ptr);
1922 COMPILE_TOKEN(0);
1965 COMPILE_TOKEN(&do_leave_ptr);
2039 COMPILE_TOKEN(&does_ptr);
2040 COMPILE_TOKEN(&semi_ptr);
2047 COMPILE_TOKEN(
[all...]
H A Dactions.c222 COMPILE_TOKEN(&do_colon);
294 COMPILE_TOKEN(&array[a]);
H A Dinteractive.c298 COMPILE_TOKEN(&to_ptr);
H A Dpackage.c267 COMPILE_TOKEN(&noop);
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h288 #define COMPILE_TOKEN(x) PUSH(DS, (fstack_t)(x)); compile_comma(env); macro

Completed in 56 milliseconds