Searched refs:qpatnext (Results 1 – 1 of 1) sorted by relevance
439 const Char *qpatnext; local449 while ((c = *qpatnext++) != EOS) {452 c = *qpatnext;454 ++qpatnext;455 if (*qpatnext == EOS ||459 --qpatnext;465 c = *qpatnext++;468 if (*qpatnext == RANGE &&469 (c = qpatnext[1]) != RBRACKET) {472 qpatnext += 2;[all …]
Completed in 5 milliseconds