|
i3
|
#include <config_parser.h>

Data Fields | |
| bool | use_nagbar |
| int | state |
| Match | current_match |
| int | statelist [10] |
| int | statelist_idx |
| struct stack * | stack |
| struct variables_head | variables |
| bool | has_errors |
Definition at line 36 of file config_parser.h.
| Match parser_ctx::current_match |
Definition at line 40 of file config_parser.h.
Referenced by CFGFUN(), CFGFUN(), next_state(), and parse_config().
| bool parser_ctx::has_errors |
Definition at line 59 of file config_parser.h.
Referenced by next_state(), and parse_file().
| struct stack* parser_ctx::stack |
Definition at line 55 of file config_parser.h.
Referenced by next_state(), and parse_config().
| int parser_ctx::state |
Definition at line 39 of file config_parser.h.
Referenced by next_state(), and parse_config().
| int parser_ctx::statelist[10] |
Definition at line 47 of file config_parser.h.
Referenced by next_state(), and parse_config().
| int parser_ctx::statelist_idx |
Definition at line 49 of file config_parser.h.
Referenced by next_state(), and parse_config().
| bool parser_ctx::use_nagbar |
Definition at line 37 of file config_parser.h.
Referenced by parse_file().
| struct variables_head parser_ctx::variables |
Definition at line 57 of file config_parser.h.
Referenced by free_variables(), load_configuration(), and parse_file().