Home
last modified time | relevance | path

Searched refs:patnext (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/win32/
H A Dglob.c174 const u_char *patnext; local
185 patnext = (u_char *) pattern;
199 while (bufnext < bufend && (c = *patnext++) != EOS)
203 while (bufnext < bufend && (c = *patnext++) != EOS)
205 if ((c = *patnext++) == EOS) {
207 --patnext;

Completed in 9 milliseconds