Data Fields | |
| char * | file |
| int | ignored |
| int | include_level |
| int | lineno |
| char | name [80] |
Definition at line 178 of file config.c.
| char* file |
the file name from whence this declaration was read
Definition at line 182 of file config.c.
Referenced by ast_category_destroy(), ast_category_new(), ast_include_rename(), and config_text_file_save().
| int ignored |
do not let user of the config see this category -- set by (!) after the category decl; a template
Definition at line 180 of file config.c.
Referenced by category_get(), config_text_file_save(), and next_available_category().
| int include_level |
Definition at line 181 of file config.c.
Referenced by ast_category_append().
| int lineno |
Definition at line 183 of file config.c.
Referenced by ast_category_new(), and config_text_file_save().
| char name[80] |
Definition at line 179 of file config.c.
Referenced by ast_category_browse(), ast_category_empty(), ast_category_insert(), ast_category_new(), ast_category_rename(), ast_variable_browse(), category_get(), config_text_file_save(), and inherit_category().
1.6.1