Home | History | Annotate | Download | only in regex

Lines Matching full:dupl

98 static sopno dupl(struct parse *, sopno, sopno);
557 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
983 copy = dupl(p, start+1, finish+1);
992 copy = dupl(p, start, finish);
996 copy = dupl(p, start, finish);
1272 - dupl - emit a duplicate of a bunch of sops
1275 dupl(struct parse *p,