#include <parser.h>

Data Fields | |
| struct input_descriptor * | indesc |
| struct input_descriptor | indescs [MAX_INCLUDE_DEPTH] |
| unsigned int | indesc_idx |
| struct list_head * | msgs |
| unsigned int | nerrs |
| struct scope | top_scope |
| struct scope * | scopes [SCOPE_NEST_MAX] |
| unsigned int | scope |
| struct list_head | cmds |
| struct eval_ctx | ectx |
| struct input_descriptor* parser_state::indesc |
| unsigned int parser_state::indesc_idx |
| struct input_descriptor parser_state::indescs[MAX_INCLUDE_DEPTH] |
| unsigned int parser_state::scope |
| struct scope* parser_state::scopes[SCOPE_NEST_MAX] |