Searched refs:dupl (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 511 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); 957 copy = dupl(p, start+1, finish+1); 966 copy = dupl(p, start, finish); 970 copy = dupl(p, start, finish); 1336 - dupl - emit a duplicate of a bunch of sops 1337 == static sopno dupl(register struct parse *p, sopno start, sopno finish); 1340 dupl(p, start, finish) function
|
| H A D | regcomp.ih | 41 static sopno dupl(register struct parse *p, sopno start, sopno finish);
|
Completed in 4 milliseconds