Home
last modified time | relevance | path

Searched refs:RCPVx (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dcop.h585 #define RCPVx(pv_arg) ((RCPV *)((pv_arg) - STRUCT_OFFSET(struct rcpv, pv))) macro
586 #define RCPV_REFCOUNT(pv) (RCPVx(pv)->refcount)
587 #define RCPV_LEN(pv) (RCPVx(pv)->len-1) /* len always includes space for a null */
H A Dop.c15943 RCPV *rcpv = RCPVx(pv); in Perl_rcpv_free()
15983 RCPV *rcpv = RCPVx(pv); in Perl_rcpv_copy()