Home | History | Annotate | Download | only in regex

Lines Matching defs:copy

949 	sopno copy;
983 copy = dupl(p, start+1, finish+1);
984 assert(copy == finish+4);
985 repeat(p, copy, 1, to-1);
992 copy = dupl(p, start, finish);
993 repeat(p, copy, from-1, to-1);
996 copy = dupl(p, start, finish);
997 repeat(p, copy, from-1, to);