Home
last modified time | relevance | path

Searched refs:ZFrame (Results 1 – 6 of 6) sorted by relevance

/dports/games/zoom/zoom-1.1.5/src/
H A Dzmachine.h168 typedef struct ZFrame struct
191 struct ZFrame* last_frame; argument
192 } ZFrame; typedef
200 ZFrame* current_frame;
317 extern ZFrame* call_routine(ZDWord* pc, ZStack* stack, ZDWord start);
H A Dstate.c101 static int format_stacks(ZStack* stack, ZFrame* frame) in format_stacks()
584 ZFrame* oldframe; in state_decompile()
610 ZFrame* newframe; in state_decompile()
619 newframe = malloc(sizeof(ZFrame)); in state_decompile()
H A Dinterp.c180 ZFrame* call_routine(ZDWord* pc, ZStack* stack, ZDWord start) in call_routine()
182 ZFrame* newframe; in call_routine()
186 newframe = malloc(sizeof(ZFrame)); in call_routine()
979 ZFrame* newframe; in zcode_op_readchar()
1150 ZFrame* newframe; in zcode_op_aread_5678()
1308 ZFrame* newframe; in zcode_op_sread_4()
1436 ZFrame* newframe; in newline_function()
H A Dzmachine.c49 ZFrame* frame; in zmachine_load_file()
104 frame = machine->stack.current_frame = malloc(sizeof(ZFrame)); in zmachine_load_file()
836 ZFrame* frame; in zmachine_dump_stack()
H A Dzcode.ops678 ZFrame* newframe;
698 ZFrame* newframe;
733 ZFrame* oldframe;
913 ZFrame* newframe;
973 ZFrame* oldframe;
1063 ZFrame* newframe;
1162 ZFrame* oldframe;
1251 ZFrame* newframe;
1283 ZFrame* newframe;
1866 ZFrame* newframe;
[all …]
H A Ddebug.c79 ZFrame* frame; in debug_run_breakpoint()
241 ZFrame* frm; in debug_run_breakpoint()
1625 ZFrame* frame; in debug_set_temp_breakpoints()