Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dglob.c168 const u_char *patnext; local
179 patnext = (u_char *) pattern;
193 while (bufnext < bufend && (c = *patnext++) != EOS)
197 while (bufnext < bufend && (c = *patnext++) != EOS)
199 if ((c = *patnext++) == EOS) {
201 --patnext;

Completed in 6 milliseconds