Searched defs:patnext (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A 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)

Completed in 41 milliseconds