Home
last modified time | relevance | path

Searched refs:inc_state (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex44 struct inc_state { struct
48 struct inc_state* next; argument
51 static struct inc_state* config_include_stack = NULL; argument
69 struct inc_state* s; in config_start_include()
79 s = (struct inc_state*)malloc(sizeof(*s)); in config_start_include()
166 struct inc_state* s = config_include_stack; in config_end_include()
H A Dconfiglexer.c4354 struct inc_state { struct
4358 struct inc_state* next; argument
4361 static struct inc_state* config_include_stack = NULL; argument
4379 struct inc_state* s; in config_start_include()
4389 s = (struct inc_state*)malloc(sizeof(*s)); in config_start_include()
4476 struct inc_state* s = config_include_stack; in config_end_include()