Data Fields | |
unsigned char | arguments |
char * | context |
struct { | |
gosub_stack_frame * next | |
} | entries |
char | extension [0] |
int | priority |
varshead | varshead |
Definition at line 80 of file app_stack.c.
unsigned char arguments |
Definition at line 83 of file app_stack.c.
char* context |
struct { ... } entries |
Referenced by frame_set_var(), gosub_exec(), gosub_free(), gosub_release_frame(), local_read(), pop_exec(), and return_exec().
char extension[0] |
struct gosub_stack_frame* next |
Definition at line 81 of file app_stack.c.
int priority |
Definition at line 85 of file app_stack.c.
Referenced by gosub_exec(), handle_gosub(), and return_exec().