Home
last modified time | relevance | path

Searched refs:VAR_ZONEFILE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.h358 VAR_ZONEFILE = 559, /* VAR_ZONEFILE */ enumerator
741 #define VAR_ZONEFILE 559 macro
H A Dconfiglexer.lex362 zonefile{COLON} { YDVAR(1, VAR_ZONEFILE) }
H A Dconfigparser.y192 %token VAR_AUTH_ZONE VAR_ZONEFILE VAR_MASTER VAR_URL VAR_FOR_DOWNSTREAM
3241 auth_zonefile: VAR_ZONEFILE STRING_ARG
H A Dconfiglexer.c5636 { YDVAR(1, VAR_ZONEFILE) }