Lines Matching full:repeated
59 /* Common code for all repeated single character type matches */
60 /* Common code for all repeated single-character matches. We can give
70 /* End of a group, repeated or non-repeating. If we are at the end of
85 /* If hit the end of the group (which could be repeated), fail */
105 /* Loop for handling unanchored repeated matching attempts; for anchored regexs
132 /* Set up for repetition, or handle the non-repeated case */
821 the code for a repeated single character, but I haven't found a nice way of
844 to that for character classes, but repeated for efficiency. Then obey