Searched refs:yyvarnext (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dlexer.h41 extern int yyvarnext;
H A Dlexer.c47 int yyvarnext = 0; variable
321 yyvarnext = 0;
495 printf("isbuilding %d yyvarnext %d nokey %d\n",
496 isbuilding, yyvarnext, nokey);
503 if ((yyvarnext == 0) && (nokey == 0)) {
510 yyvarnext = 0;
H A Dipmon_y.y85 yyvarnext = 0;
90 '=' { yyvarnext = 1; }
H A Dippool_y.y124 yyvarnext = 0;
129 '=' { yyvarnext = 1; }
H A Dipscan_y.y102 yyvarnext = 0;
107 '=' { yyvarnext = 1; }
H A Dipnat_y.y125 yyvarnext = 0;
130 '=' { yyvarnext = 1; }
H A Dipf_y.y196 yyvarnext = 0;
201 '=' { yyvarnext = 1; }

Completed in 171 milliseconds