Data Fields | |
int | ignored |
int | include_level |
ast_variable * | last |
char | name [80] |
ast_category * | next |
ast_comment * | precomments |
ast_variable * | root |
ast_comment * | sameline |
ast_category::template_instance_list | template_instances |
Data Structures | |
struct | template_instance_list |
Definition at line 165 of file config.c.
int ignored |
do not let user of the config see this category
Definition at line 167 of file config.c.
Referenced by category_get(), config_text_file_save(), and next_available_category().
int include_level |
struct ast_variable* last |
Definition at line 173 of file config.c.
Referenced by ast_category_detach_variables(), ast_variable_append(), ast_variable_delete(), and ast_variable_update().
char name[80] |
Definition at line 166 of file config.c.
Referenced by ast_category_browse(), ast_category_rename(), category_get(), config_text_file_save(), and inherit_category().
struct ast_category* next |
Definition at line 174 of file config.c.
Referenced by ast_category_browse(), ast_category_delete(), ast_config_destroy(), ast_variable_retrieve(), category_get(), config_text_file_save(), and next_available_category().
struct ast_comment* precomments |
Definition at line 170 of file config.c.
Referenced by ast_destroy_comments(), config_text_file_save(), and process_text_line().
struct ast_variable* root |
Definition at line 172 of file config.c.
Referenced by ast_category_destroy(), ast_category_detach_variables(), ast_category_root(), ast_variable_append(), ast_variable_browse(), ast_variable_delete(), ast_variable_retrieve(), ast_variable_update(), config_text_file_save(), inherit_category(), and move_variables().
struct ast_comment* sameline |
Definition at line 171 of file config.c.
Referenced by ast_destroy_comments(), config_text_file_save(), and process_text_line().
Referenced by ast_destroy_template_list(), config_text_file_save(), and inherit_category().