Searched refs:gototab (Results 1 – 2 of 2) sorted by relevance
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()[all …]
244 unsigned int **gototab; member