Lines Matching refs:qpatnext
437 const Char *qpatnext; local
442 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
447 while ((c = *qpatnext++) != EOS) {
450 c = *qpatnext;
452 ++qpatnext;
453 if (*qpatnext == EOS ||
454 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
457 --qpatnext;
463 c = *qpatnext++;
466 if (*qpatnext == RANGE &&
467 (c = qpatnext[1]) != RBRACKET) {
470 qpatnext += 2;
472 } while ((c = *qpatnext++) != RBRACKET);