Lines Matching full:subcopy
874 Regexp** subcopy = new Regexp*[re->nsub()];
875 subcopy[0] = sub; // already have reference
877 subcopy[i] = re->sub()[i]->Incref();
878 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags());
879 delete[] subcopy;
922 Regexp** subcopy = new Regexp*[re->nsub()];
923 subcopy[re->nsub() - 1] = sub; // already have reference
925 subcopy[i] = re->sub()[i]->Incref();
926 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags());
927 delete[] subcopy;