Searched refs:RRtotal (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/yacc/
H A Dmkpar.c47 int RRtotal; variable
83 if (SRtotal + RRtotal > 0) total_conflicts();
257 RRtotal = 0;
318 RRtotal += RRcount;
329 if ((SRtotal != SRexpect) || RRtotal)
337 if (RRtotal == 1)
339 else if (RRtotal > 1)
340 warnx("%d reduce/reduce conflicts", RRtotal);
H A Dverbose.c74 if (SRtotal || RRtotal)

Completed in 100 milliseconds