Lines Matching refs:gototab
118 p = (unsigned int **) realloc(f->gototab, new_count * sizeof(f->gototab[0])); in resize_state()
121 f->gototab = p; in resize_state()
134 f->gototab[i] = (unsigned int *) calloc(NCHARS, sizeof(**f->gototab)); in resize_state()
135 if (f->gototab[i] == NULL) in resize_state()
234 f->gototab[2][i] = 0; in makeinit()
549 if ((ns = f->gototab[s][*p]) != 0) in match()
576 if ((ns = f->gototab[s][*q]) != 0) in pmatch()
621 if ((ns = f->gototab[s][*q]) != 0) in nematch()
692 if ((ns = pfa->gototab[s][c]) != 0) in fnematch()
1298 f->gototab[s][c] = i; in cgoto()
1307 f->gototab[f->curstat][i] = 0; in cgoto()
1313 f->gototab[s][c] = f->curstat; in cgoto()
1331 xfree(f->gototab[i]) in freefa()
1342 xfree(f->gototab); in freefa()