Home
last modified time | relevance | path

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

/freebsd-12.1/gnu/usr.bin/grep/
H A Ddfa.c2277 if (trans[i] >= d->tralloc) in build_state()
2279 int oldalloc = d->tralloc; in build_state()
2281 while (trans[i] >= d->tralloc) in build_state()
2282 d->tralloc *= 2; in build_state()
2287 while (oldalloc < d->tralloc) in build_state()
2306 d->tralloc = 1; in build_state_zero()
2345 if (new_state >= d->tralloc) in realloc_trans_if_necessary()
2347 int oldalloc = d->tralloc; in realloc_trans_if_necessary()
2350 d->tralloc *= 2; in realloc_trans_if_necessary()
2774 if (! d->tralloc) in dfaexec()
[all …]
H A Ddfa.h353 int tralloc; /* Number of transition tables that have member