Searched refs:pvx (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | sv.h | 2086 #define SvSHARED_HEK_FROM_PV(pvx) \ argument 2087 ((struct hek*)(pvx - STRUCT_OFFSET(struct hek, hek_key)))
|
| D | sv.c | 5305 const char * const pvx = SvPVX_const(sv); local 5349 Move(pvx,SvPVX(sv),cur,char); 5354 unshare_hek(SvSHARED_HEK_FROM_PV(pvx)); 5362 const char * const pvx = SvPVX_const(sv); 5372 Move(pvx,SvPVX(sv),len,char); 5375 unshare_hek(SvSHARED_HEK_FROM_PV(pvx)); 5534 const char *pvx = SvPVX_const(sv); local 5537 Move(pvx,SvPVX(sv),len,char);
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 2189 char *pvx; variable 2194 pvx = SvPV(input, len); 2195 PERL_HASH(hash, pvx, len); 2196 p = sharepvn(pvx, len, hash);
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlhacktips.pod | 2067 ((XPV*) (())->sv_any )->xpv_pv // 2pvx\n\ 2070 so now you can do ivx and pvx lookups or you can plug there the sv_peek
|