Searched defs:enumtype (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c48 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype,
52 doc_enum_or_other(cfg_printer_t *pctx, const cfg_type_t *enumtype,
2591 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype, argument
2597 cfg_is_enum(TOKEN_STRING(pctx), enumtype->of)) {
2598 CHECK(cfg_parse_enum(pctx, enumtype, ret));
2607 doc_enum_or_other(cfg_printer_t *pctx, const cfg_type_t *enumtype, argument
2614 * If othertype is cfg_type_void, it means that enumtype is
2621 for (p = enumtype->of; *p != NULL; p++) {

Completed in 29 milliseconds