Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dregcomp.c94 static void repeat(struct parse *p, sopno start, int from, int to);
467 repeat(p, pos, count, count2); in p_ere_exp()
642 repeat(p, pos, count, count2); in p_simp_re()
1076 repeat(struct parse *p, in repeat() function
1102 repeat(p, start+1, 1, to); in repeat()
1122 repeat(p, copy, 1, to-1); in repeat()
1130 repeat(p, copy, from-1, to-1); in repeat()
1134 repeat(p, copy, from-1, to); in repeat()