Searched refs:dupl (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/regex/ |
D | regcomp.c | 98 static sopno dupl(struct parse *, sopno, sopno); 557 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 983 copy = dupl(p, start+1, finish+1); in repeat() 992 copy = dupl(p, start, finish); in repeat() 996 copy = dupl(p, start, finish); in repeat() 1275 dupl(struct parse *p, in dupl() function
|