Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h182 struct cfg_parser { struct
183 isc_mem_t * mctx;
184 isc_log_t * lctx;
185 isc_lex_t * lexer;
186 unsigned int errors;
187 unsigned int warnings;
188 isc_token_t token;
191 isc_boolean_t seen_eof;
194 isc_boolean_t ungotten;
203 cfg_obj_t * open_files;
[all …]