Home | History | Annotate | Download | only in src

Lines Matching refs:symbols

150 	symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
163 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
188 if (errp->symbols[i])
200 if (errp->symbols[i])
202 char const *tag = errp->symbols[i]->tag;
261 if (s->errs->symbols[i])
262 bitset_set (no_reduce_set, s->errs->symbols[i]->number);
309 print_reduction (out, level + 1, symbols[i]->tag,
318 print_reduction (out, level + 1, symbols[i]->tag,
321 print_reduction (out, level + 1, symbols[i]->tag,
392 char const *tag = symbols[token_translations[i]]->tag;
393 int precedence = symbols[token_translations[i]]->prec;
394 assoc associativity = symbols[token_translations[i]]->assoc;
414 char const *tag = symbols[i]->tag;