Searched refs:talloc (Results 1 – 2 of 2) sorted by relevance
297 int talloc; /* Number of tokens currently allocated. */ member
1142 REALLOC_IF_NECESSARY(dfa->tokens, token, dfa->talloc, dfa->tindex); in addtok()2928 d->talloc = 1; in dfainit()2929 MALLOC(d->tokens, token, d->talloc); in dfainit()