Lines Matching defs:ptable
7138 TokenSym *ts, **ptable;7147 ptable = tcc_realloc(table_ident, (i + TOK_ALLOC_INCR) * sizeof(TokenSym *));7148 if (!ptable)7150 table_ident = ptable;