#define LINE_EOF -1
#define LINE_COMMENT 0
#define LINE_ASSIGNMENT 1
#define LINE_STARTBLOCK 2
#define LINE_ENDBLOCK 3
#define LINE_INVALID 4
Used in: | config_parser_parse_line() |
Prototyped in: | config_parser.h | |
Calls: | config_parser_parse_line() | config_parser.c |
fclose(), fopen() | ||
Called by: | setup_read_config() | setup.c |
Prototyped in: | config_parser.c | |
Calls: | string_util_fast_trim() | string_util.c |
string_util_trim() | string_util.c | |
__ctype_b_loc(), fgets(), strchr(), strlen(), strpbrk() | ||
Called by: | config_parser_read() | config_parser.c |
References Variables: | line_buffer | config_parser.c |