Searched refs:cfg_rep_void (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h278 LIBISCCFG_EXTERNAL_DATA extern cfg_rep_t cfg_rep_void;
/bind-9.11.3/lib/isccfg/
H A Dparser.c116 LIBISCCFG_EXTERNAL_DATA cfg_rep_t cfg_rep_void = { "void", free_noop }; variable
300 if (need_space && fieldobj->type->rep != &cfg_rep_void)
721 return (ISC_TF(obj->type->rep == &cfg_rep_void));
725 "void", cfg_parse_void, cfg_print_void, cfg_doc_void, &cfg_rep_void,
H A Dnamedconf.c695 "none", NULL, print_none, NULL, &cfg_rep_void, NULL
739 "auto", NULL, print_auto, NULL, &cfg_rep_void, NULL
758 if (obj->type->rep == &cfg_rep_void)

Completed in 100 milliseconds