Home
last modified time | relevance | path

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

/PHP-5.3/win32/
H A Dglob.c167 const u_char *patnext; local
178 patnext = (u_char *) pattern;
192 while (bufnext < bufend && (c = *patnext++) != EOS)
196 while (bufnext < bufend && (c = *patnext++) != EOS)
198 if ((c = *patnext++) == EOS) {
200 --patnext;

Completed in 15 milliseconds