Searched defs:repeat (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/regex/ |
H A D | regcomp.c | 85 static void repeat(struct parse *, sopno, int, int); 416 repeat(p, pos, count, count2); 587 repeat(p, pos, count, count2); 936 - repeat - generate code for a bounded repetition, recursively if needed 939 repeat(struct parse *p, function 965 repeat(p, start+1, 1, to); 985 repeat(p, copy, 1, to-1); 993 repeat(p, copy, from-1, to-1); 997 repeat(p, copy, from-1, to);
|
Completed in 66 milliseconds