#include <ael_structs.h>
Collaboration diagram for ael_extension:

Data Fields | |
| int | checked_switch |
| char * | cidmatch |
| ast_context * | context |
| int | has_switch |
| char * | hints |
| int | is_switch |
| ael_priority * | loop_break |
| ael_priority * | loop_continue |
| char * | name |
| ael_extension * | next_exten |
| ael_priority * | plist |
| ael_priority * | plist_last |
| int | regexten |
| int | return_needed |
| ael_priority * | return_target |
Definition at line 174 of file ael_structs.h.
| int checked_switch |
| char* cidmatch |
Definition at line 177 of file ael_structs.h.
| struct ast_context* context |
| int has_switch |
| char* hints |
| int is_switch |
| struct ael_priority* loop_break |
| struct ael_priority* loop_continue |
| char* name |
Definition at line 176 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), and gen_prios().
| struct ael_extension* next_exten |
Definition at line 188 of file ael_structs.h.
Referenced by attach_exten(), destroy_extensions(), fix_gotos_in_extensions(), and linkexten().
| struct ael_priority* plist |
Definition at line 186 of file ael_structs.h.
Referenced by destroy_extensions(), and fix_gotos_in_extensions().
| struct ael_priority* plist_last |
| int regexten |
Definition at line 179 of file ael_structs.h.
| int return_needed |
| struct ael_priority* return_target |
Definition at line 192 of file ael_structs.h.
1.5.1