Searched refs:qpatnext (Results 1 – 1 of 1) sorted by relevance
437 const Char *qpatnext; local447 while ((c = *qpatnext++) != EOS) {450 c = *qpatnext;452 ++qpatnext;453 if (*qpatnext == EOS ||457 --qpatnext;463 c = *qpatnext++;466 if (*qpatnext == RANGE &&467 (c = qpatnext[1]) != RBRACKET) {470 qpatnext += 2;[all …]
Completed in 8 milliseconds