Searched refs:RRtotal (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/byacc/
H A Dverbose.c36 if (SRtotal || RRtotal)
H A Doutput.c1129 if (backtrack && (SRtotal + RRtotal) != 0)
1130 conflicts = NEW2(4 * (SRtotal + RRtotal), Value_t);
H A Dmkpar.c34 int RRtotal; variable
58 if (SRtotal + RRtotal > 0)
231 RRtotal = 0;
300 RRtotal += RRcount;
315 if (SRtotal && RRtotal)
318 if (RRtotal == 1)
320 else if (RRtotal > 1)
321 fprintf(stderr, "%d reduce/reduce conflicts", RRtotal);
332 if (RRexpect >= 0 && RRtotal != RRexpect)

Completed in 88 milliseconds