Home
last modified time | relevance | path

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

/PHP-8.1/win32/
H A Dglob.c166 const u_char *patnext; local
177 patnext = (u_char *) pattern;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
197 if ((c = *patnext++) == EOS) {
199 --patnext;

Completed in 14 milliseconds