Searched refs:tralloc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | dfa.c | 2244 for (i = 0; i < d->tralloc; ++i) in build_state() 2279 if (trans[i] >= d->tralloc) in build_state() 2281 int oldalloc = d->tralloc; in build_state() 2283 while (trans[i] >= d->tralloc) in build_state() 2284 d->tralloc *= 2; in build_state() 2285 REALLOC(d->realtrans, int *, d->tralloc + 1); in build_state() 2287 REALLOC(d->fails, int *, d->tralloc); in build_state() 2288 REALLOC(d->success, int, d->tralloc); in build_state() 2289 while (oldalloc < d->tralloc) in build_state() 2308 d->tralloc = 1; in build_state_zero() [all …]
|
| H A D | dfa.h | 353 int tralloc; /* Number of transition tables that have member
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | dfa.c | 2223 for (i = 0; i < d->tralloc; ++i) in build_state() 2258 if (trans[i] >= d->tralloc) in build_state() 2260 int oldalloc = d->tralloc; in build_state() 2262 while (trans[i] >= d->tralloc) in build_state() 2263 d->tralloc *= 2; in build_state() 2264 REALLOC(d->realtrans, int *, d->tralloc + 1); in build_state() 2266 REALLOC(d->fails, int *, d->tralloc); in build_state() 2267 REALLOC(d->success, int, d->tralloc); in build_state() 2268 while (oldalloc < d->tralloc) in build_state() 2287 d->tralloc = 1; in build_state_zero() [all …]
|
| H A D | dfa.h | 334 int tralloc; /* Number of transition tables that have member
|