#include <ael_structs.h>

Data Fields | |
| char * | app |
| char * | appargs |
| struct ael_extension * | exten |
| struct ael_priority * | goto_false |
| struct ael_priority * | goto_true |
| struct ael_priority * | next |
| struct pval * | origin |
| int | priority_num |
| ael_priority_type | type |
Definition at line 158 of file ael_structs.h.
| char* app |
Definition at line 163 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), and gen_prios().
| char* appargs |
Definition at line 164 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), fix_gotos_in_extensions(), and gen_prios().
struct ael_extension* exten [read] |
Definition at line 167 of file ael_structs.h.
Referenced by add_extensions(), gen_prios(), and linkprio().
struct ael_priority* goto_false [read] |
Definition at line 170 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), and gen_prios().
struct ael_priority* goto_true [read] |
Definition at line 169 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), and gen_prios().
struct ael_priority* next [read] |
Definition at line 171 of file ael_structs.h.
Referenced by add_extensions(), destroy_extensions(), fix_gotos_in_extensions(), linkprio(), and set_priorities().
Definition at line 166 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), destroy_extensions(), fix_gotos_in_extensions(), gen_prios(), and set_priorities().
| int priority_num |
Definition at line 161 of file ael_structs.h.
Referenced by add_extensions(), ast_compile_ael2(), and gen_prios().
1.5.5