Lines Matching full:repetition
85 // Pushes a repetition regexp onto the stack.
466 // Pushes a repetition regexp onto the stack.
1141 // Parses a repetition suffix like {1,2} or {2} or {2,}.
2074 // In Perl it is not allowed to stack repetition operators:
2090 case '{': { // Counted repetition.
2107 // Not allowed to stack repetition operators.