Searched defs:nokey (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c180 int c, n, isbuilding, rval, lnext, nokey = 0; local
202 nokey = 0;
217 nokey = 0;
229 nokey = 1;
498 printf("isbuilding %d yyvarnext %d nokey %d\n",
499 isbuilding, yyvarnext, nokey);
506 if ((yyvarnext == 0) && (nokey == 0)) {

Completed in 136 milliseconds