Lines Matching refs:qpatnext
439 const Char *qpatnext; local
444 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
449 while ((c = *qpatnext++) != EOS) {
452 c = *qpatnext;
454 ++qpatnext;
455 if (*qpatnext == EOS ||
456 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
459 --qpatnext;
465 c = *qpatnext++;
468 if (*qpatnext == RANGE &&
469 (c = qpatnext[1]) != RBRACKET) {
472 qpatnext += 2;
474 } while ((c = *qpatnext++) != RBRACKET);