Home
last modified time | relevance | path

Searched refs:SRtotal (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/byacc/dist/
Dmkpar.c38 int SRtotal; variable
63 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()
Dverbose.c41 if (SRtotal || RRtotal) in verbose()
Ddefs.h416 extern int SRtotal;
Doutput.c1158 if (backtrack && (SRtotal + RRtotal) != 0) in output_actions()
1159 conflicts = NEW2(4 * (SRtotal + RRtotal), Value_t); in output_actions()