Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dnamedconf.c611 static keyword_type_t wild_class_kw = { "class", &cfg_type_ustring }; variable
615 doc_optional_keyvalue, &cfg_rep_string, &wild_class_kw
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dnamedconf.c764 static keyword_type_t wild_class_kw = { "class", &cfg_type_ustring };
768 doc_optional_keyvalue, &cfg_rep_string, &wild_class_kw
661 static keyword_type_t wild_class_kw = { "class", &cfg_type_ustring }; global() variable