Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:pfa

576 	fa *pfa;
590 pfa = makedfa(t, mode);
591 i = (*mf)(pfa, s);
1239 fa *pfa;
1241 pfa = (fa *) a[2];
1243 pfa = makedfa(fs, 1);
1245 if (nematch(pfa,s)) {
1246 tempstat = pfa->initstat;
1247 pfa->initstat = 2;
1263 pfa->initstat = tempstat;
1266 } while (nematch(pfa,s));
1267 pfa->initstat = tempstat; /* bwk: has to be here to reset */
1277 pfa = NULL;
1750 fa *pfa;
1758 pfa = (fa *) a[1]; /* regular expression */
1761 pfa = makedfa(getsval(y), 1);
1766 if (pmatch(pfa, t)) {
1810 fa *pfa;
1821 pfa = (fa *) a[1]; /* regular expression */
1824 pfa = makedfa(getsval(y), 1);
1828 if (pmatch(pfa, t)) {
1829 tempstat = pfa->initstat;
1830 pfa->initstat = 2;
1885 } while (pmatch(pfa,t));
1894 pfa->initstat = tempstat;