Searched refs:actrow (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | tables.c | 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() [all …]
|
/external/bison/ |
D | ChangeLog-2012 | 11563 (token_actions): Likewise for yydefact, actrow, conflrow, 11580 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order, 16294 (ACTION_MIN, actrow, order, nentries, pos, conflrow) 16493 (actrow): Of action_number_t type.
|