Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/File/Glob/
Dbsd_glob.c251 const U8 *patnext; local
262 patnext = (U8 *) pattern;
299 patnext += 2;
354 patnext = (U8 *) new_pat;
360 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
368 if ((c = *patnext++) != '[' && c != ']' &&
372 if ((c = *patnext++) == BG_EOS) {
375 --patnext;
381 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/mirbsd/src/lib/libc/gen/
Dglob.c165 const u_char *patnext; in glob() local
171 patnext = (const u_char *) pattern; in glob()
186 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
190 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
192 if ((c = *patnext++) == EOS) { in glob()
194 --patnext; in glob()