Searched refs:yyexpectaddr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.h35 extern int yyexpectaddr;
H A Dipnat_y.y314 | no mapblockit ifnames { yyexpectaddr = 1; } addr setproto ';'
401 tlate: IPNY_TLATE { yyexpectaddr = 1; }
480 src: IPNY_SRC { yyexpectaddr = 1; }
483 dst: IPNY_DST { yyexpectaddr = 1; }
605 yyexpectaddr = 0;
607 | hostname '-' { yyexpectaddr = 1; } hostname
617 yyexpectaddr = 0;
619 | IPNY_RANGE hostname '-' { yyexpectaddr = 1; } hostname
629 yyexpectaddr = 0;
634 hostname ',' { yyexpectaddr
[all...]
H A Dipf_y.y650 yyexpectaddr = 0;
656 ':' { yyexpectaddr = 1; yycont = &yyexpectaddr; resetaddr(); }
680 yyexpectaddr = 0;
769 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; }
770 | to dstobject { yyexpectaddr = 0; yycont = NULL; }
771 | from srcobject { yyexpectaddr = 0; yycont = NULL; }
777 yyexpectaddr = 1;
779 printf("set yyexpectaddr\n");
780 yycont = &yyexpectaddr;
[all...]
H A Dlexer.c46 int yyexpectaddr = 0; variable
217 if (yyexpectaddr == 2)
218 yyexpectaddr = 0;
327 yyexpectaddr = 0;
364 if (yyexpectaddr) {
391 if (yyexpectaddr)
411 if (yyexpectaddr)
439 if (yyexpectaddr != 0 && isbuilding == 0 &&
469 yyexpectaddr = 0;
537 isbuilding, yyvarnext, nokey, yydictfixed, yyexpectaddr);
[all...]
H A Dippool_y.y436 next: ';' { yyexpectaddr = 1; }
439 start: '{' { yyexpectaddr = 1; }
442 end: '}' { yyexpectaddr = 0; }

Completed in 162 milliseconds