Searched refs:patnext (Results 1 – 2 of 2) sorted by relevance
251 const U8 *patnext; local262 patnext = (U8 *) pattern;299 patnext += 2;354 patnext = (U8 *) new_pat;360 while (bufnext < bufend && (c = *patnext++) != BG_EOS)368 if ((c = *patnext++) != '[' && c != ']' &&372 if ((c = *patnext++) == BG_EOS) {375 --patnext;381 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
165 const u_char *patnext; in glob() local171 patnext = (const u_char *) pattern; in glob()186 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()190 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()192 if ((c = *patnext++) == EOS) { in glob()194 --patnext; in glob()