Lines Matching refs:reds
243 reductions *reds = s->reductions; in print_reductions() local
249 if (reds->num == 0) in print_reductions()
266 if (reds->lookahead_tokens) in print_reductions()
271 for (j = 0; j < reds->num; ++j) in print_reductions()
272 if (bitset_test (reds->lookahead_tokens[j], i)) in print_reductions()
276 if (reds->rules[j] != default_reduction) in print_reductions()
295 if (reds->lookahead_tokens) in print_reductions()
303 for (j = 0; j < reds->num; ++j) in print_reductions()
304 if (bitset_test (reds->lookahead_tokens[j], i)) in print_reductions()
308 if (reds->rules[j] != default_reduction) in print_reductions()
313 reds->rules[j], true); in print_reductions()
329 reds->rules[j], false); in print_reductions()
342 || (reds->num == 1 && reds->rules[0]->number == 0)); in print_reductions()