Home | History | Annotate | Download | only in dist

Lines Matching defs:pfa

796 	fa *pfa;
810 pfa = makedfa(t, mode);
811 i = (*mf)(pfa, s);
1706 fa *pfa;
1708 pfa = (fa *) a[2];
1710 pfa = makedfa(fs, 1);
1712 if (nematch(pfa,s)) {
1713 tempstat = pfa->initstat;
1714 pfa->initstat = 2;
1730 pfa->initstat = tempstat;
1733 } while (nematch(pfa,s));
1734 pfa->initstat = tempstat; /* bwk: has to be here to reset */
1744 pfa = NULL;
2517 fa *pfa;
2534 pfa = (fa *) a[1];
2537 pfa = makedfa(getsval(x), 1);
2559 while (pmatch(pfa, start)) {
2563 tempstat = pfa->initstat;
2564 pfa->initstat = 2;
2636 pfa->initstat = tempstat;
2662 fa *pfa;
2675 pfa = (fa *) a[1]; /* regular expression */
2678 pfa = makedfa(getsval(y), 1);
2698 if (pmatch(pfa, t)) {
2701 tempstat = pfa->initstat;
2702 pfa->initstat = 2;
2778 } while (pmatch(pfa,t));
2787 pfa->initstat = tempstat;