|
i3
|
#include <config_parser.h>

Data Fields | |
| bool | use_nagbar |
| bool | assume_v4 |
| 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.
| bool parser_ctx::assume_v4 |
Definition at line 38 of file config_parser.h.
Referenced by load_configuration().
| Match parser_ctx::current_match |
Definition at line 41 of file config_parser.h.
| bool parser_ctx::has_errors |
Definition at line 60 of file config_parser.h.
| struct stack* parser_ctx::stack |
Definition at line 56 of file config_parser.h.
| int parser_ctx::state |
Definition at line 40 of file config_parser.h.
| int parser_ctx::statelist[10] |
Definition at line 48 of file config_parser.h.
| int parser_ctx::statelist_idx |
Definition at line 50 of file config_parser.h.
| bool parser_ctx::use_nagbar |
Definition at line 37 of file config_parser.h.
| struct variables_head parser_ctx::variables |
Definition at line 56 of file config_parser.h.