Home | History | Annotate | Download | only in src

Lines Matching full:errors

256 | ERRORS and NERRS can be used to store discovered explicit         |
257 | errors. |
261 resolve_sr_conflict (state *s, int ruleno, symbol **errors, int *nerrs)
314 errors[(*nerrs)++] = symbols[i];
324 | conflicts. ERRORS can be used as storage to compute the list of |
329 set_conflicts (state *s, symbol **errors)
350 resolve_sr_conflict (s, i, errors, &nerrs);
354 /* Some tokens have been explicitly made errors. Allocate a
356 state_errs_set (s, nerrs, errors);
390 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors);
400 set_conflicts (states[i], errors);
408 free (errors);