Searched refs:dupl (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 112 static sopno dupl(struct parse *p, sopno start, sopno finish); 611 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1115 copy = dupl(p, start+1, finish+1); in repeat() 1124 copy = dupl(p, start, finish); in repeat() 1128 copy = dupl(p, start, finish); in repeat() 1471 dupl(struct parse *p, in dupl() function
|