Searched refs:YY_STR (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.h19 #define YY_STR 1009 macro
H A Dipscan_y.y63 %token <str> YY_STR
90 gline: YY_STR ':' glist '=' action
98 assign: YY_STR assigning YY_STR
120 glist: YY_STR
121 | glist ',' YY_STR
124 tag: YY_STR { $$ = $1; }
155 '(' YY_STR ')' { $$ = makepair($2, NULL); }
159 '(' YY_STR ',' YY_STR ')' {
[all...]
H A Dippool_y.y72 %token <str> YY_STR
144 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
224 | IPT_NAME '=' YY_STR { strncpy(poolname, $3,
234 IPT_GROUP '=' YY_STR { char tmp[FR_GROUPLEN+1];
281 | YY_STR { $$ = add_htablehosts($1);
334 | YY_STR { $$ = add_poolhosts($1);
337 | IPT_WHOIS IPT_FILE YY_STR { $$ = read_whoisfile($3);
359 | YY_STR { $$ = add_htablehosts($1);
517 name: IPT_NAME YY_STR {
[all...]
H A Dipnat_y.y101 %token <str> YY_STR
153 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
405 IPNY_DNS '/' proto IPNY_CONFIG YY_STR '{'
419 IPNY_ALLOW YY_STR { $$ = proxy_dns_add_pass(NULL, $2); }
420 | IPNY_DENY YY_STR { $$ = proxy_dns_add_block(NULL, $2); }
421 | IPNY_ALLOW '.' YY_STR { $$ = proxy_dns_add_pass(".", $3); }
422 | IPNY_DENY '.' YY_STR { $$ = proxy_dns_add_block(".", $3); }
520 proxy: | IPNY_PROXY port portspec YY_STR '/' proto
533 | IPNY_PROXY port YY_STR YY_ST
[all...]
H A Dipmon_y.y63 %token <str> YY_STR
97 | IPM_LOADACTION YY_STR YY_STR { if (install_saver($2, $3))
102 assign: YY_STR assigning YY_STR { set_variable($1, $3);
142 YY_STR { if (find_doing($1) != IPM_DOING)
145 '(' YY_STR ')' { $$ = build_doing($1, $4);
149 | YY_STR { if (find_doing($1) == IPM_DOING)
169 | IPM_DSTPORT '=' YY_STR { $$ = new_opt(IPM_DSTPORT);
185 | IPM_GROUP '=' YY_STR {
[all...]
H A Dipf_y.y120 %token <str> YY_STR
204 IPFY_SET YY_STR YY_NUMBER ';' { do_tuneint($2, $3); }
205 | IPFY_SET YY_STR YY_HEX ';' { do_tuneint($2, $3); }
206 | IPFY_SET YY_STR YY_STR ';' { do_tunestr($2, $3); }
228 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
304 IPFY_BPFV4 '{' YY_STR '}' { dobpf(4, $3); free($3); }
305 | IPFY_BPFV6 '{' YY_STR '}' { dobpf(6, $3); free($3); }
309 IPFY_IPFEXPR '{' YY_STR '}' { doipfexp
[all...]

Completed in 128 milliseconds