HomeSort by: relevance | last modified time | path
    Searched defs:shiftcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/byacc/dist/
lr0.c 258 int shiftcount; local
265 shiftcount = 0;
277 shift_symbol[shiftcount++] = symbol;
286 nshifts = shiftcount;
output.c 444 Value_t shiftcount, reducecount; local
462 shiftcount = 0;
501 ++shiftcount;
552 tally[i] = shiftcount;
564 if (shiftcount > 0)
566 froms[i] = r = NEW2(shiftcount, Value_t);
567 tos[i] = s = NEW2(shiftcount, Value_t);

Completed in 25 milliseconds