Home
last modified time | relevance | path

Searched refs:pattern_options_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnsd-checkconf.c365 pattern_options_type* p = pattern_options_find(opt, pat); in config_print_zone()
500 pattern_options_type* p; in config_print_zone()
501 RBTREE_FOR(p, pattern_options_type*, opt->patterns) in config_print_zone()
517 static void print_zone_content_elems(pattern_options_type* pat) in print_zone_content_elems()
597 pattern_options_type* pat; in config_test_print_server()
772 RBTREE_FOR(pat, pattern_options_type*, opt->patterns) in config_test_print_server()
H A Doptions.h24 typedef struct pattern_options pattern_options_type; typedef
H A Dconfigparser.y862 pattern_options_type *pattern = cfg_parser->pattern;
H A Dconfigparser.c2622 pattern_options_type *pattern = cfg_parser->pattern; in yyparse()