Searched refs:cfg_rep_boolean (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 288 extern cfg_rep_t cfg_rep_boolean;
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 311 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_boolean;
|
/netbsd-src/external/mpl/bind/dist/lib/isccfg/ |
H A D | parser.c | 169 cfg_rep_t cfg_rep_boolean = { "boolean", free_noop }; 1857 return obj->type->rep == &cfg_rep_boolean; in cfg_parse_boolean() 1862 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_boolean); in cfg_parse_boolean() 1927 &cfg_rep_boolean, NULL }; in create_listelt() 164 cfg_rep_t cfg_rep_boolean = { "boolean", free_noop }; global() variable
|
H A D | namedconf.c | 741 &cfg_rep_boolean, &nsec3optout_kw 1076 &cfg_rep_boolean, NULL }; in parse_portrange() 3215 doc_optional_keyvalue, &cfg_rep_boolean, &controls_readonly_kw in parse_querysource()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/ |
H A D | parser.c | 164 LIBISCCFG_EXTERNAL_DATA cfg_rep_t cfg_rep_boolean = { "boolean", free_noop }; variable 2036 return (obj->type->rep == &cfg_rep_boolean); in cfg_obj_isboolean() 2041 REQUIRE(obj != NULL && obj->type->rep == &cfg_rep_boolean); in cfg_obj_asboolean() 2106 cfg_doc_terminal, &cfg_rep_boolean, NULL
|
H A D | namedconf.c | 588 &cfg_rep_boolean, &nsec3optout_kw 931 &cfg_rep_boolean, NULL }; 2980 doc_optional_keyvalue, &cfg_rep_boolean, &controls_readonly_kw
|