Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dig/lib/isccfg/include/isccfg/
H A Dgrammar.h107 struct cfg_parser { struct
108 isc_log_t * lctx;
109 isc_lex_t * lexer;
110 unsigned int errors;
111 isc_token_t token;
114 int seen_eof;
117 int ungotten;
126 cfg_obj_t * open_files;
137 cfg_obj_t * closed_files;
144 unsigned int line;
[all …]
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfig_file.c86 struct config_parser_state* cfg_parser = 0; global() variable
[all...]
/openbsd-src/usr.sbin/unbound/util/
H A Dconfig_file.c86 struct config_parser_state* cfg_parser = 0; global() variable
[all...]
/openbsd-src/usr.sbin/nsd/
H A Doptions.c27 config_parser_state_type* cfg_parser = 0; variable