Searched refs:COMPILE_TOKEN (Results 1 – 7 of 7) sorted by relevance
106 COMPILE_TOKEN(fn); in do_code()115 COMPILE_TOKEN(fn); in define_word()154 COMPILE_TOKEN(which); in branch_common()230 COMPILE_TOKEN("e_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 …]
476 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 …]
222 COMPILE_TOKEN(&do_colon); in action_colon()294 COMPILE_TOKEN(&array[a]); in define_actions()
298 COMPILE_TOKEN(&to_ptr); in action_one()
267 COMPILE_TOKEN(&noop); in create_internal_value()
61 COMPILE_TOKEN(&do_colon); in define_hook()66 COMPILE_TOKEN(&byteload_ptr); in define_hook()
288 #define COMPILE_TOKEN(x) PUSH(DS, (fstack_t)(x)); compile_comma(env); macro