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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.h32 extern int yyexpectaddr;
H A Dippool_y.y346 yyexpectaddr = 0;
349 yyexpectaddr = 0;
361 yyexpectaddr = 0; }
374 start: '{' { yyexpectaddr = 1; }
377 end: '}' { yyexpectaddr = 0; }
380 next: ',' { yyexpectaddr = 1; }
381 | ';' { yyexpectaddr = 1; }
H A Dipnat_y.y329 yyexpectaddr = 0; }
338 yyexpectaddr = 0; }
384 | hostname ',' { yyexpectaddr = 1; } hostname
394 yyexpectaddr = 0; }
469 yyexpectaddr = 1; }
473 ifname { yyexpectaddr = 1; }
474 | ifname ',' otherifname { yyexpectaddr = 1; }
570 addr: IPNY_ANY { yyexpectaddr = 0;
585 yyexpectaddr = 0;
605 yyexpectaddr
[all...]
H A Dipf_y.y617 yyexpectaddr = 0;
624 yyexpectaddr = 0;
631 ':' { yyexpectaddr = 1; yycont = &yyexpectaddr; resetaddr(); }
647 yyexpectaddr = 0;
653 yyexpectaddr = 0;
674 yyexpectaddr = 0;
680 yyexpectaddr = 0;
740 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; }
741 | to dstobject { yyexpectaddr
[all...]
H A Dlexer.c47 int yyexpectaddr = 0; variable
322 yyexpectaddr = 0;
350 if (yyexpectaddr)
378 if (yyexpectaddr)
398 if (yyexpectaddr)
449 yyexpectaddr = 0;

Completed in 62 milliseconds