Lines Matching defs:to_copy
552 STRLEN to_copy; /* how may bytes to append */
615 to_copy = *fpc++;
617 f += to_copy;
748 to_copy = itembytes;
805 to_copy = len;
809 to_copy = s - item - 1;
814 to_copy--;
823 /* append to_copy bytes from source to PL_formstring.
834 source = tmp = bytes_to_utf8(source, &to_copy);
835 grow = to_copy;
864 grow = linemax + to_copy;
869 Copy(source, t, to_copy, char);
875 U8 *send = s + to_copy;
884 t += to_copy;
885 SvCUR_set(PL_formtarget, SvCUR(PL_formtarget) + to_copy);