Data Fields | |
int | exec |
char * | exec_file |
char * | include_location_file |
int | include_location_lineno |
char * | included_file |
int | inclusion_count |
ast_config_include * | next |
int | output |
Definition at line 210 of file config.c.
int exec |
set to non-zero if itsa exec statement
Definition at line 213 of file config.c.
Referenced by ast_config_text_file_save().
char* exec_file |
if it's an exec, you'll have both the /var/tmp to read, and the original script
Definition at line 214 of file config.c.
Referenced by ast_config_text_file_save(), and ast_includes_destroy().
char* include_location_file |
file name in which the include occurs
Definition at line 211 of file config.c.
Referenced by ast_config_text_file_save(), ast_include_rename(), and ast_includes_destroy().
lineno where include occurred
Definition at line 212 of file config.c.
Referenced by ast_config_text_file_save().
char* included_file |
file name included
Definition at line 215 of file config.c.
Referenced by ast_config_text_file_save(), ast_include_find(), and ast_includes_destroy().
int inclusion_count |
struct ast_config_include* next |
ptr to next inclusion in the list
Definition at line 219 of file config.c.
Referenced by ast_config_text_file_save(), ast_include_find(), ast_include_rename(), and ast_includes_destroy().
int output |
a flag to indicate if the inclusion has been output
Definition at line 218 of file config.c.
Referenced by ast_config_text_file_save().