Lines Matching refs:Value_t
36 Value_t *SRconflicts;
37 Value_t *RRconflicts;
38 Value_t *defred;
39 Value_t *rules_used;
40 Value_t nunused;
41 Value_t final_state;
43 static Value_t SRcount;
44 static Value_t RRcount;
78 Value_t *to_state2; in get_shifts()
84 Value_t i; in get_shifts()
87 for (i = (Value_t)(sp->nshifts - 1); i >= 0; i--) in get_shifts()
89 Value_t k = to_state2[i]; in get_shifts()
90 Value_t symbol = accessing_symbol[k]; in get_shifts()
157 temp->symbol = (Value_t)symbol; in add_reduce()
158 temp->number = (Value_t)ruleno; in add_reduce()
174 Value_t *to_state2; in find_final_state()
198 rules_used = TMALLOC(Value_t, nrules); in unused_rules()
235 SRconflicts = NEW2(nstates, Value_t); in remove_conflicts()
236 RRconflicts = NEW2(nstates, Value_t); in remove_conflicts()
377 defred = NEW2(nstates, Value_t); in defreds()
379 defred[i] = (Value_t)sole_reduction(i); in defreds()