Lines Matching refs:pinc
166 size_t pinc, sinc, tailcnt=0; in fnmatch_internal() local
174 switch ((c = pat_next(pat, m, &pinc, flags))) { in fnmatch_internal()
194 pat+=pinc; in fnmatch_internal()
195 m-=pinc; in fnmatch_internal()
206 for (p=ptail=pat; p<endpat; p+=pinc) { in fnmatch_internal()
207 switch (pat_next(p, endpat-p, &pinc, flags)) { in fnmatch_internal()
241 c = pat_next(p, endpat-p, &pinc, flags); in fnmatch_internal()
242 p += pinc; in fnmatch_internal()
250 if (!match_bracket(p-pinc, k, kfold)) in fnmatch_internal()
266 c = pat_next(p, endpat-p, &pinc, flags); in fnmatch_internal()
267 p += pinc; in fnmatch_internal()
279 if (!match_bracket(p-pinc, k, kfold)) in fnmatch_internal()