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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.h37 extern int yyvarnext;
H A Dlexer.c48 int yyvarnext = 0; variable
329 yyvarnext = 0;
536 printf("isbuilding %d yyvarnext %d nokey %d fixed %d addr %d\n",
537 isbuilding, yyvarnext, nokey, yydictfixed, yyexpectaddr);
544 if ((yyvarnext == 0) && (nokey == 0)) {
551 yyvarnext = 0;
H A Dipscan_y.y103 yyvarnext = 0;
108 '=' { yyvarnext = 1; }
H A Dippool_y.y148 yyvarnext = 0;
153 '=' { yyvarnext = 1; }
H A Dipmon_y.y106 yyvarnext = 0;
111 '=' { yyvarnext = 1; }
H A Dipnat_y.y157 yyvarnext = 0;
162 '=' { yyvarnext = 1; }
H A Dipf_y.y232 yyvarnext = 0;
237 '=' { yyvarnext = 1; }

Completed in 52 milliseconds