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

/freebsd-9.3-release/usr.bin/yacc/
H A Dmkpar.c46 int SRtotal; variable
83 if (SRtotal + RRtotal > 0) total_conflicts();
256 SRtotal = 0;
317 SRtotal += SRcount;
329 if ((SRtotal != SRexpect) || RRtotal)
331 if (SRtotal == 1)
333 else if (SRtotal > 1)
334 warnx("%d shift/reduce conflicts", SRtotal);
H A Dverbose.c74 if (SRtotal || RRtotal)

Completed in 112 milliseconds