Searched refs:token_table (Results 1 – 7 of 7) sorted by relevance
34 token_table_entry token_table[TOKEN_TABLE_SIZE]; variable159 if (token_table[n].tok == 0) { in store_token()162 token_table[n].tok = tok; in store_token()165 if (strcmp(tok, token_table[n].tok) == 0) in store_token()172 token_table[n].ti.set(typ, sk, oc); in store_token()182 if (token_table[n].tok == 0) in lookup_token()184 if (strlen(token_table[n].tok) == size_t(end - start) in lookup_token()185 && memcmp(token_table[n].tok, start, end - start) == 0) in lookup_token()186 return &(token_table[n].ti); in lookup_token()
63 } token_table[] = { variable262 for (i = 0; i < sizeof(token_table)/sizeof(token_table[0]); i++) { in init_table()265 def->tok = token_table[i].token; in init_table()266 macro_table.define(token_table[i].name, def); in init_table()
1242 if (token_table && rflag && fp != externs_file) in output_defines()1363 if (token_table) in output_debug()1499 if (token_table) in output_debug()
292 extern int token_table;
94 int token_table; variable
1705 token_table = 1; in read_declarations()
821 * eqn/lex.cc (token_table, def_table): Likewise.3837 * eqn/lex.c (token_table): Add SPECIAL.4486 * eqn/lex.c (token_table): Bind `opprime' instead of `prime' to4878 * eqn/lex.c: Add UNDERACCENT to token_table. Add utilde to