Searched refs:qpatnext (Results 1 – 1 of 1) sorted by relevance
436 const Char *qpatnext; local446 while ((c = *qpatnext++) != EOS) {449 c = *qpatnext;451 ++qpatnext;452 if (*qpatnext == EOS ||456 --qpatnext;462 c = *qpatnext++;465 if (*qpatnext == RANGE &&466 (c = qpatnext[1]) != RBRACKET) {469 qpatnext += 2;[all …]
Completed in 7 milliseconds