Home | History | Annotate | Download | only in src

Lines Matching refs:states

382 | and flag as inconsistent the states that still have conflicts.  |
400 set_conflicts (states[i], errors);
402 /* For uniformity of the code, make sure all the states have a valid
404 if (!states[i]->errs)
405 states[i]->errs = errs_new (0, 0);
503 | Output the detailed description of states with conflicts. |
513 state *s = states[i];
544 count += count_sr_conflicts (states[i]);
545 count += count_rr_conflicts (states[i], false);
576 src_total += count_sr_conflicts (states[i]);
577 rrc_total += count_rr_conflicts (states[i], true);