Lines Matching defs:pfa
802 fa *pfa;
816 pfa = makedfa(t, mode);
817 i = (*mf)(pfa, s);
1712 fa *pfa;
1714 pfa = (fa *) a[2];
1716 pfa = makedfa(fs, 1);
1718 if (nematch(pfa,s)) {
1719 tempstat = pfa->initstat;
1720 pfa->initstat = 2;
1736 pfa->initstat = tempstat;
1739 } while (nematch(pfa,s));
1740 pfa->initstat = tempstat; /* bwk: has to be here to reset */
1750 pfa = NULL;
2523 fa *pfa;
2540 pfa = (fa *) a[1];
2543 pfa = makedfa(getsval(x), 1);
2565 while (pmatch(pfa, start)) {
2569 tempstat = pfa->initstat;
2570 pfa->initstat = 2;
2642 pfa->initstat = tempstat;
2668 fa *pfa;
2681 pfa = (fa *) a[1]; /* regular expression */
2684 pfa = makedfa(getsval(y), 1);
2704 if (pmatch(pfa, t)) {
2707 tempstat = pfa->initstat;
2708 pfa->initstat = 2;
2784 } while (pmatch(pfa,t));
2793 pfa->initstat = tempstat;