Searched refs:table_ident (Results 1 – 1 of 1) sorted by relevance
2361 static TokenSym **table_ident; variable7145 ptable = tcc_realloc(table_ident, (i + TOK_ALLOC_INCR) * sizeof(TokenSym *)); in tok_alloc_new()7148 table_ident = ptable; in tok_alloc_new()7152 table_ident[i] = ts; in tok_alloc_new()7367 return table_ident[v - TOK_IDENT]->str; in get_tok_str()7413 return table_ident[v]->sym_struct; in struct_find()7422 return table_ident[v]->sym_identifier; in sym_find()7442 ts = table_ident[(v & ~SYM_STRUCT) - TOK_IDENT]; in sym_push()7460 ps = &table_ident[v - TOK_IDENT]->sym_identifier; in global_identifier_push()7485 ts = table_ident[(v & ~SYM_STRUCT) - TOK_IDENT]; in sym_pop()[all …]