Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/engine/
H A Dfcode.c106 COMPILE_TOKEN(fn); in do_code()
115 COMPILE_TOKEN(fn); in define_word()
154 COMPILE_TOKEN(which); in branch_common()
230 COMPILE_TOKEN(&quote_ptr); in bquote()
598 COMPILE_TOKEN(&do_colon); in bcolon()
606 COMPILE_TOKEN(&do_create); in bcreate()
683 COMPILE_TOKEN(&do_field); in bfield()
696 COMPILE_TOKEN(&to_ptr); in bto()
757 COMPILE_TOKEN(env->table[0x46].apf); /* Hack for now... */ in bendcase()
872 COMPILE_TOKEN(&do_alias); in is_user_word()
[all …]
H A Dforth.c476 COMPILE_TOKEN(&blit_ptr); in literal()
1176 COMPILE_TOKEN(&semi_ptr); in semi()
1717 COMPILE_TOKEN(&do_colon); in set_temporary_compile()
1850 COMPILE_TOKEN(ptr); in loop_common()
1920 COMPILE_TOKEN(ptr); in compile_do_common()
1922 COMPILE_TOKEN(0); in compile_do_common()
1965 COMPILE_TOKEN(&do_leave_ptr); in bleave()
2039 COMPILE_TOKEN(&does_ptr); in does()
2040 COMPILE_TOKEN(&semi_ptr); in does()
2047 COMPILE_TOKEN(&do_colon); in does()
[all …]
H A Dactions.c222 COMPILE_TOKEN(&do_colon); in action_colon()
294 COMPILE_TOKEN(&array[a]); in define_actions()
H A Dinteractive.c298 COMPILE_TOKEN(&to_ptr); in action_one()
H A Dpackage.c267 COMPILE_TOKEN(&noop); in create_internal_value()
/titanic_41/usr/src/lib/efcode/packages/
H A Dparse.c61 COMPILE_TOKEN(&do_colon); in define_hook()
66 COMPILE_TOKEN(&byteload_ptr); in define_hook()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h288 #define COMPILE_TOKEN(x) PUSH(DS, (fstack_t)(x)); compile_comma(env); macro