Searched refs:patnext (Results 1 – 1 of 1) sorted by relevance
188 const u_char *patnext; in glob() local196 patnext = (const u_char *) pattern; in glob()210 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()214 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()216 if ((c = *patnext++) == EOS) { in glob()218 --patnext; in glob()