Searched refs:conflrow (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | tables.c | 117 static unsigned int *conflrow; variable 194 if (conflrow[j]) in conflict_row() 196 conflrow[j] = conflict_list_cnt; in conflict_row() 253 actrow[i] = conflrow[i] = 0; in action_row() 272 conflrow[j] = 1; in action_row() 289 conflrow[sym] = 1; in action_row() 346 && ! (nondeterministic_parser && conflrow[j])) in action_row() 403 *sp3++ = conflrow[i]; in save_row() 431 conflrow = xnmalloc (ntokens, sizeof *conflrow); in token_actions() 462 free (conflrow); in token_actions()
|
/external/bison/ |
D | ChangeLog | 3302 (token_actions): Likewise for yydefact, actrow, conflrow, 3320 conflrow, conflict_table, conflict_list, table, check): 8033 (ACTION_MIN, actrow, order, nentries, pos, conflrow) 8233 (conflrow): Of unsigned int type. 8672 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
|