Lines Matching refs:reds
92 reductions *reds = s->reductions; in print_core() local
95 if (reds->lookahead_tokens && red != -1) in print_core()
243 reductions *reds = s->reductions; in print_reductions() local
248 if (reds->num == 0) in print_reductions()
267 if (reds->lookahead_tokens) in print_reductions()
272 for (j = 0; j < reds->num; ++j) in print_reductions()
273 if (bitset_test (reds->lookahead_tokens[j], i)) in print_reductions()
277 if (reds->rules[j] != default_reduction) in print_reductions()
297 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()
310 reds->rules[j], true); in print_reductions()
322 reds->rules[j], false); in print_reductions()