Searched refs:initstat (Results 1 – 4 of 4) sorted by relevance
245 int tempstat = pfa->initstat; in readrec()246 pfa->initstat = 2; in readrec()248 pfa->initstat = tempstat; in readrec()601 tempstat = pfa->initstat; in refldbld()611 pfa->initstat = 2; /* horrible coupling to b.c */ in refldbld()620 pfa->initstat = tempstat; in refldbld()
1713 tempstat = pfa->initstat; in split()1714 pfa->initstat = 2; in split()1730 pfa->initstat = tempstat; in split()1734 pfa->initstat = tempstat; /* bwk: has to be here to reset */ in split()2563 tempstat = pfa->initstat; in dosub()2564 pfa->initstat = 2; in dosub()2636 pfa->initstat = tempstat; in dosub()2701 tempstat = pfa->initstat; in gensub()2702 pfa->initstat = 2; in gensub()2787 pfa->initstat = tempstat; in gensub()
249 f->initstat = makeinit(f, anchor); in mkdfa()719 s = f->initstat; in match()748 s = f->initstat; in pmatch()804 s = f->initstat; in nematch()867 s = pfa->initstat; in fnematch()
276 int initstat; member