OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:token_translations
(Results
1 - 5
of
5
) sorted by null
/external/bison/src/
gram.h
240
extern symbol_number *
token_translations
;
symtab.c
415
| Put THIS in
TOKEN_TRANSLATIONS
if it is a token. |
426
if (
token_translations
[this->user_token_number] != undeftoken->number)
429
symbols[
token_translations
[this->user_token_number]]->tag,
432
token_translations
[this->user_token_number] = this->number;
579
| Set
TOKEN_TRANSLATIONS
. Check that no two symbols share the same |
622
token_translations
= xnmalloc (max_user_token_number + 1,
623
sizeof *
token_translations
);
629
token_translations
[i] = undeftoken->number;
gram.c
46
symbol_number *
token_translations
= NULL;
variable
331
free (
token_translations
);
print.c
460
if (
token_translations
[i] != undeftoken->number)
462
const char *tag = symbols[
token_translations
[i]]->tag;
474
if (item_number_as_symbol_number (*rhsp) ==
token_translations
[i])
output.c
150
token_translations
,
151
token_translations
[0],
Completed in 908 milliseconds