i3
parser_ctx Struct Reference

#include <config_parser.h>

Collaboration diagram for parser_ctx:

Data Fields

bool use_nagbar
int state
Match current_match
int statelist [10]
int statelist_idx
struct stackstack
struct variables_head variables
bool has_errors

Detailed Description

Definition at line 36 of file config_parser.h.

Field Documentation

◆ current_match

Match parser_ctx::current_match

Definition at line 40 of file config_parser.h.

Referenced by CFGFUN(), CFGFUN(), next_state(), and parse_config().

◆ has_errors

bool parser_ctx::has_errors

Definition at line 59 of file config_parser.h.

Referenced by next_state(), and parse_file().

◆ stack

struct stack* parser_ctx::stack

Definition at line 55 of file config_parser.h.

Referenced by next_state(), and parse_config().

◆ state

int parser_ctx::state

Definition at line 39 of file config_parser.h.

Referenced by next_state(), and parse_config().

◆ statelist

int parser_ctx::statelist[10]

Definition at line 47 of file config_parser.h.

Referenced by next_state(), and parse_config().

◆ statelist_idx

int parser_ctx::statelist_idx

Definition at line 49 of file config_parser.h.

Referenced by next_state(), and parse_config().

◆ use_nagbar

bool parser_ctx::use_nagbar

Definition at line 37 of file config_parser.h.

Referenced by parse_file().

◆ variables

struct variables_head parser_ctx::variables

Definition at line 57 of file config_parser.h.

Referenced by free_variables(), load_configuration(), and parse_file().


The documentation for this struct was generated from the following file: