HomeSort by relevance Sort by last modified time
    Searched refs:token_translations (Results 1 - 6 of 6) sorted by null

  /external/bison/src/
print-xml.c 390 if (token_translations[i] != undeftoken->number)
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;
399 token_translations[i], i, xml_escape (tag),
400 reduce_token_unused_in_grammar (token_translations[i])
gram.h 243 extern symbol_number *token_translations;
symtab.c 544 | Put THIS in TOKEN_TRANSLATIONS if it is a token. |
555 if (token_translations[this->user_token_number] != undeftoken->number)
558 symbols[token_translations[this->user_token_number]],
561 token_translations[this->user_token_number] = this->number;
819 | Set TOKEN_TRANSLATIONS. Check that no two symbols share the same |
862 token_translations = xnmalloc (max_user_token_number + 1,
863 sizeof *token_translations);
869 token_translations[i] = undeftoken->number;
gram.c 45 symbol_number *token_translations = NULL; variable
331 free (token_translations);
print.c 413 if (token_translations[i] != undeftoken->number)
415 const char *tag = symbols[token_translations[i]]->tag;
427 if (item_number_as_symbol_number (*rhsp) == token_translations[i])
output.c 159 token_translations,
160 token_translations[0],

Completed in 480 milliseconds