Lines Matching refs:actrow
100 static action_number *actrow; variable
200 && (actrow[j] in conflict_row()
251 actrow[i] = conflrow[i] = 0; in action_row()
267 if (actrow[j] != 0) in action_row()
272 actrow[j] = rule_number_as_item_number (reds->rules[i]->number); in action_row()
284 if (actrow[sym] != 0) in action_row()
289 actrow[sym] = state_number_as_int (shift_state->number); in action_row()
303 actrow[sym->number] = ACTION_NUMBER_MINIMUM; in action_row()
334 if (actrow[j] == rule_number_as_item_number (r->number)) in action_row()
354 if (actrow[j] in action_row()
357 actrow[j] = 0; in action_row()
367 if (actrow[i] == ACTION_NUMBER_MINIMUM) in action_row()
368 actrow[i] = 0; in action_row()
394 if (actrow[i] != 0) in save_row()
408 if (actrow[i] != 0) in save_row()
411 *sp2++ = actrow[i]; in save_row()
440 actrow = xnmalloc (ntokens, sizeof *actrow); in token_actions()
464 if (actrow[j] < 0 && actrow[j] != ACTION_NUMBER_MINIMUM) in token_actions()
465 rules[item_number_as_rule_number (actrow[j])].useful = true; in token_actions()
471 free (actrow); in token_actions()