Lines Matching refs:option
709 * warning if they're inconsistent with the "recursion" option.
1810 const char *option = NULL;
1956 option = cfg_map_firstclause(&cfg_type_zoneopts, &clauses, &i);
1957 while (option != NULL) {
1959 if (cfg_map_get(zoptions, option, &obj) == ISC_R_SUCCESS &&
1960 obj != NULL && !cfg_clause_validforzone(option, ztype))
1963 "option '%s' is not allowed "
1965 option, typestr, znamestr);
1968 option = cfg_map_nextclause(&cfg_type_zoneopts, &clauses, &i);
2171 * Check the excessively complicated "dialup" option.
3781 "option if views are present");