regcomp.c | 170 static sopno dupl(struct parse *p, sopno start, sopno finish); 586 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); 1011 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); 1621 copy = dupl(p, start+1, finish+1); 1630 copy = dupl(p, start, finish); 1634 copy = dupl(p, start, finish); 1840 - dupl - emit a duplicate of a bunch of sops 1841 == static sopno dupl(struct parse *p, sopno start, sopno finish); 1844 dupl(struct parse *p, function in typeref:typename:sopno
|