Home
last modified time | relevance | path

Searched defs:cfg_parser (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h228 struct cfg_parser { struct
229 isc_mem_t *mctx;
230 isc_log_t *lctx;
231 isc_lex_t *lexer;
232 unsigned int errors;
234 isc_token_t token;
237 bool seen_eof;
240 bool ungotten;
266 char const *buf_name;
273 unsigned int line;
[all …]
/netbsd/external/bsd/nsd/dist/
H A Doptions.c26 config_parser_state_type* cfg_parser = 0; variable
/netbsd/external/bsd/unbound/dist/util/
H A Dconfig_file.c85 struct config_parser_state* cfg_parser = 0; variable