Home
last modified time | relevance | path

Searched refs:token_translations (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dsymtab.c426 if (token_translations[this->user_token_number] != undeftoken->number) in symbol_translation()
429 symbols[token_translations[this->user_token_number]]->tag, in symbol_translation()
432 token_translations[this->user_token_number] = this->number; in symbol_translation()
622 token_translations = xnmalloc (max_user_token_number + 1, in symbols_token_translations_init()
623 sizeof *token_translations); in symbols_token_translations_init()
629 token_translations[i] = undeftoken->number; in symbols_token_translations_init()
Dgram.c46 symbol_number *token_translations = NULL; variable
331 free (token_translations); in grammar_free()
Dprint.c458 if (token_translations[i] != undeftoken->number) in print_grammar()
460 const char *tag = symbols[token_translations[i]]->tag; in print_grammar()
472 if (item_number_as_symbol_number (*rhsp) == token_translations[i]) in print_grammar()
Dgram.h240 extern symbol_number *token_translations;
Doutput.c150 token_translations, in prepare_symbols()
151 token_translations[0], in prepare_symbols()
/external/bison/
DChangeLog3300 token_translations.
8163 token_translations instead of `0'.
13011 (output_token_translations): Free `token_translations'.