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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.h34 extern int yyvarnext;
H A Dlexer.c49 int yyvarnext = 0; variable
324 yyvarnext = 0;
498 printf("isbuilding %d yyvarnext %d nokey %d\n",
499 isbuilding, yyvarnext, nokey);
506 if ((yyvarnext == 0) && (nokey == 0)) {
513 yyvarnext = 0;
H A Dipmon_y.y87 '=' { yyvarnext = 1; }
H A Dippool_y.y129 '=' { yyvarnext = 1; }
H A Dipnat_y.y139 '=' { yyvarnext = 1; }
H A Dipf_y.y206 yyvarnext = 0;
211 '=' { yyvarnext = 1; }

Completed in 64 milliseconds