Searched refs:SRtotal (Results 1 – 4 of 4) sorted by relevance
38 int SRtotal; variable63 if (SRtotal + RRtotal > 0) in make_parser()238 SRtotal = 0; in remove_conflicts()308 SRtotal += SRcount; in remove_conflicts()319 if (SRtotal == 1) in total_conflicts()321 else if (SRtotal > 1) in total_conflicts()322 fprintf(stderr, "%d shift/reduce conflicts", SRtotal); in total_conflicts()324 if (SRtotal && RRtotal) in total_conflicts()334 if (SRexpect >= 0 && SRtotal != SRexpect) in total_conflicts()
41 if (SRtotal || RRtotal) in verbose()
416 extern int SRtotal;
1158 if (backtrack && (SRtotal + RRtotal) != 0) in output_actions()1159 conflicts = NEW2(4 * (SRtotal + RRtotal), Value_t); in output_actions()