Home
last modified time | relevance | path

Searched refs:talloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/gnu/usr.bin/grep/
H A Ddfa.h297 int talloc; /* Number of tokens currently allocated. */ member
H A Ddfa.c1142 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()