Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h103 VAR_STUB_HOST = 304, /* VAR_STUB_HOST */ enumerator
476 #define VAR_STUB_HOST 304 macro
H A Dconfiglexer.lex339 stub-host{COLON} { YDVAR(1, VAR_STUB_HOST) }
H A Dconfigparser.y86 %token VAR_STUB_ZONE VAR_STUB_HOST VAR_STUB_ADDR VAR_TARGET_FETCH_POLICY
3088 stub_host: VAR_STUB_HOST STRING_ARG
H A Dconfiglexer.c5417 { YDVAR(1, VAR_STUB_HOST) }