Lines Matching defs:pfa
240 fa *pfa = makedfa(rs, 1);
242 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
244 int tempstat = pfa->initstat;
245 pfa->initstat = 2;
246 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
247 pfa->initstat = tempstat;
594 fa *pfa;
607 pfa = makedfa(fs, 1);
609 tempstat = pfa->initstat;
618 if (nematch(pfa, rec)) {
619 pfa->initstat = 2; /* horrible coupling to b.c */
628 pfa->initstat = tempstat;