Data Fields | |
unsigned char | arguments |
char * | context |
struct { | |
struct gosub_stack_frame * next | |
} | entries |
char | extension [0] |
unsigned int | is_agi:1 |
int | priority |
struct varshead | varshead |
Definition at line 181 of file app_stack.c.
unsigned char arguments |
Definition at line 184 of file app_stack.c.
Referenced by gosub_allocate_frame(), and gosub_exec().
char* context |
Definition at line 188 of file app_stack.c.
Referenced by gosub_exec(), and return_exec().
struct { ... } entries |
Referenced by gosub_exec(), gosub_free(), gosub_release_frame(), local_read(), peek_read(), pop_exec(), and return_exec().
char extension[0] |
Definition at line 189 of file app_stack.c.
Referenced by gosub_exec(), and return_exec().
unsigned int is_agi |
Definition at line 187 of file app_stack.c.
Referenced by handle_gosub(), and return_exec().
struct gosub_stack_frame* next |
Definition at line 182 of file app_stack.c.
int priority |
Definition at line 186 of file app_stack.c.
Referenced by gosub_allocate_frame(), gosub_exec(), handle_gosub(), and return_exec().
Definition at line 185 of file app_stack.c.
Referenced by gosub_release_frame(), and local_read().