Data Fields | |
unsigned char | arguments |
char * | context |
struct { | |
gosub_stack_frame * next | |
} | entries |
char | extension [0] |
unsigned int | is_agi:1 |
int | priority |
varshead | varshead |
Definition at line 220 of file app_stack.c.
unsigned char arguments |
char* context |
struct { ... } entries |
Referenced by frame_set_var(), gosub_exec(), gosub_free(), gosub_release_frame(), local_read(), peek_read(), pop_exec(), return_exec(), and stackpeek_read().
char extension[0] |
unsigned int is_agi |
struct gosub_stack_frame* next |
Definition at line 221 of file app_stack.c.
int priority |
Definition at line 225 of file app_stack.c.
Referenced by handle_gosub(), return_exec(), and stackpeek_read().