Lines Matching defs:pfa
237 fa *pfa = makedfa(rs, 1);
239 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
241 int tempstat = pfa->initstat;
242 pfa->initstat = 2;
243 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
244 pfa->initstat = tempstat;
589 fa *pfa;
602 pfa = makedfa(fs, 1);
604 tempstat = pfa->initstat;
614 if (nematch(pfa, rec)) {
616 pfa->initstat = 2; /* horrible coupling to b.c */
628 pfa->initstat = tempstat;