Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.h198 VAR_FORWARD_FIRST = 399, /* VAR_FORWARD_FIRST */ enumerator
581 #define VAR_FORWARD_FIRST 399 macro
H A Dconfiglexer.lex349 forward-first{COLON} { YDVAR(1, VAR_FORWARD_FIRST) }
H A Dconfigparser.y117 %token VAR_SSL_SERVICE_PEM VAR_SSL_PORT VAR_FORWARD_FIRST
3193 forward_first: VAR_FORWARD_FIRST STRING_ARG
H A Dconfiglexer.c5571 { YDVAR(1, VAR_FORWARD_FIRST) }