Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c162 static sopno dupl(struct parse *p, sopno start, sopno finish);
687 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1187 copy = dupl(p, start+1, finish+1); in repeat()
1196 copy = dupl(p, start, finish); in repeat()
1200 copy = dupl(p, start, finish); in repeat()
1643 dupl( in dupl() function