Searched refs:initstat (Results 1 – 4 of 4) sorted by relevance
241 int tempstat = pfa->initstat; in readrec()242 pfa->initstat = 2; in readrec()244 pfa->initstat = tempstat; in readrec()604 tempstat = pfa->initstat; in refldbld()616 pfa->initstat = 2; /* horrible coupling to b.c */ in refldbld()628 pfa->initstat = tempstat; in refldbld()
1721 tempstat = pfa->initstat; in split()1722 pfa->initstat = 2; in split()1738 pfa->initstat = tempstat; in split()1742 pfa->initstat = tempstat; /* bwk: has to be here to reset */ in split()2566 tempstat = pfa->initstat; in dosub()2567 pfa->initstat = 2; in dosub()2639 pfa->initstat = tempstat; in dosub()2704 tempstat = pfa->initstat; in gensub()2705 pfa->initstat = 2; in gensub()2790 pfa->initstat = tempstat; in gensub()
253 f->initstat = makeinit(f, anchor); in mkdfa()722 s = f->initstat; in match()751 s = f->initstat; in pmatch()807 s = f->initstat; in nematch()870 s = pfa->initstat; in fnematch()
278 int initstat; member