#include <config.h>
Collaboration diagram for ast_variable:
Data Fields | |
int | blanklines |
int | lineno |
char * | name |
ast_variable * | next |
int | object |
ast_comment * | precomments |
ast_comment * | sameline |
char | stuff [0] |
char * | value |
Definition at line 36 of file config.h.
|
Number of blanklines following entry Definition at line 41 of file config.h. Referenced by process_text_line(), and variable_clone(). |
|
Definition at line 39 of file config.h. Referenced by apply_outgoing(), authenticate(), build_device(), build_gateway(), build_peer(), build_user(), handle_common_options(), iax_template_parse(), ind_load_module(), osp_build(), pbx_load_module(), process_text_line(), reload_config(), set_config(), setup_zap(), update_common_options(), and variable_clone(). |
|
|
|
0 for variable, 1 for object Definition at line 40 of file config.h. Referenced by process_text_line(), and variable_clone(). |
|
|
|
|
|
Definition at line 45 of file config.h. Referenced by agi_debug_cli(). |
|