HomeSort by: relevance | last modified time | path
    Searched refs:gototab (Results 1 - 3 of 3) sorted by relevancy

  /src/external/historical/nawk/dist/
b.c 98 gototab entries to compute the next state. Unicode is a lot
99 bigger, so the gototab entries are now structs with a character
106 alpha-omega. The size of a gototab array is still about 256.
156 p = (gtt *) realloc(f->gototab, new_count * sizeof(gtt));
159 f->gototab = p;
172 f->gototab[i].entries = (gtte *) calloc(NCHARS, sizeof(gtte));
173 if (f->gototab[i].entries == NULL)
175 f->gototab[i].allocated = NCHARS;
176 f->gototab[i].inuse = 0;
614 size_t new_size = f->gototab[state].allocated * 2
    [all...]
awk.h 257 typedef struct gtte { /* gototab entry */
262 typedef struct gtt { /* gototab */
269 gtt *gototab; member in struct:fa
FIXES 79 Fixed regex engine gototab reallocation issue that was
110 Fix issue #199: gototab improvements to dynamically resize the

Completed in 69 milliseconds