Searched refs:conflrow (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | tables.c | 115 static unsigned int *conflrow; variable 192 if (conflrow[j]) in conflict_row() 194 conflrow[j] = conflict_list_cnt; in conflict_row() 251 actrow[i] = conflrow[i] = 0; in action_row() 270 conflrow[j] = 1; in action_row() 287 conflrow[sym] = 1; in action_row() 356 && ! (nondeterministic_parser && conflrow[j])) in action_row() 413 *sp3++ = conflrow[i]; in save_row() 441 conflrow = xnmalloc (ntokens, sizeof *conflrow); in token_actions() 472 free (conflrow); in token_actions()
|
/external/bison/ |
D | ChangeLog-2012 | 11563 (token_actions): Likewise for yydefact, actrow, conflrow, 11581 conflrow, conflict_table, conflict_list, table, check): 16294 (ACTION_MIN, actrow, order, nentries, pos, conflrow) 16494 (conflrow): Of unsigned int type. 16933 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
|