Lines Matching full:dupl
107 static sopno dupl(struct parse *, sopno, sopno);
402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]);
601 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1027 copy = dupl(p, start+1, finish+1);
1036 copy = dupl(p, start, finish);
1040 copy = dupl(p, start, finish);
1318 - dupl - emit a duplicate of a bunch of sops
1321 dupl(struct parse *p,