PN_MEMCPY_N        58 core/asm.c       PN_MEMCPY_N(ptr, str, char, len);
PN_MEMCPY_N       158 core/callcc.c    PN_MEMCPY_N((char *)(cc->stack + 4 + PN_SAVED_REGS), start + 1, PN, n - 1);
PN_MEMCPY_N      1092 core/compile.c   PN_MEMCPY_N(asmb->ptr, ((PNAsm *)f->asmb)->ptr, u8, len);
PN_MEMCPY_N      1148 core/compile.c   PN_MEMCPY_N(asmb->ptr, *ptr, u8, len);
PN_MEMCPY_N      1180 core/compile.c       PN_MEMCPY_N(ptr, PN_STR_PTR(val), char, PN_STR_LEN(val)); \
PN_MEMCPY_N      1186 core/compile.c       PN_MEMCPY_N(ptr, PN_STR_PTR(str), char, PN_STR_LEN(str)); \
PN_MEMCPY_N      1224 core/compile.c   PN_MEMCPY_N(ptr, ((PNFlex *)f->asmb)->ptr, u8, PN_FLEX_SIZE(f->asmb));
PN_MEMCPY_N      1236 core/compile.c   PN_MEMCPY_N(h.sig, POTION_SIG, u8, 4);
PN_MEMCPY_N       131 core/gc.c        PN_MEMCPY_N(wb + 1, M->birth_storeptr + 1, void *, keeps);
PN_MEMCPY_N       303 core/objmodel.c   PN_MEMCPY_N(vt->ivfunc, asmb->ptr, u8, asmb->len);
PN_MEMCPY_N       385 core/objmodel.c       PN_MEMCPY_N(vt->mcache, asmb->ptr, u8, asmb->len);
PN_MEMCPY_N        39 core/string.c      PN_MEMCPY_N(s->chars, str, char, len);
PN_MEMCPY_N        52 core/string.c    PN_MEMCPY_N(s->chars, str, char, len);
PN_MEMCPY_N        68 core/string.c    PN_MEMCPY_N(s->chars, str,  char, len);
PN_MEMCPY_N        69 core/string.c    PN_MEMCPY_N(s->chars+len, str2, char, len2);
PN_MEMCPY_N       248 core/string.c    PN_MEMCPY_N(s, PN_STR_PTR(self), char, PN_STR_LEN(self));
PN_MEMCPY_N       249 core/string.c    PN_MEMCPY_N(s + PN_STR_LEN(self), PN_STR_PTR(x), char, PN_STR_LEN(x));
PN_MEMCPY_N       287 core/string.c    PN_MEMCPY_N(s->chars, str, char, len);
PN_MEMCPY_N       342 core/string.c    PN_MEMCPY_N(s->chars + s->len, PN_STR_PTR(fstr), char, len);
PN_MEMCPY_N       365 core/string.c      PN_MEMCPY_N(s->chars, PN_STR_PTR(self), char, len + 1);
PN_MEMCPY_N       231 core/table.c     PN_MEMCPY_N(t2->set, t1->set, PN, t1->len);
PN_MEMCPY_N       343 core/vm.c        PN_MEMCPY_N(fn, asmb->ptr, u8, asmb->len);
PN_MEMCPY_N        96 front/potion.c       PN_MEMCPY_N(bufptr, addcode, char, len);
PN_MEMCPY_N        38 syn/syntax-p5.y     PN_MEMCPY_N(buf, PN_STR_PTR(P->input) + P->yypos, char, result + 1); \
PN_MEMCPY_N        34 syn/syntax.y       PN_MEMCPY_N(buf, PN_STR_PTR(P->input) + P->yypos, char, result + 1); \