Home
last modified time | relevance | path

Searched refs:rcpv_new (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dcop.h598 # define CopFILE_set_x(c,pv) ((c)->cop_file = rcpv_new((pv),0,RCPVf_USE_STRLEN))
599 # define CopFILE_setn_x(c,pv,l) ((c)->cop_file = rcpv_new((pv),(l),0))
Dutil.c2341 buffer = rcpv_new(NULL, len_wanted, RCPVf_NO_COPY); in Perl_new_warnings_bitfield()
Dembed.h519 # define rcpv_new(a,b,c) Perl_rcpv_new(aTHX_ a,b,c) macro
Dembed.fnc2600 Aadp |char * |rcpv_new |NULLOK const char * const pv \
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod1906 was allocated with a call to C<rcpv_new()> to its previous state when
1966 Ensures that a C<char *> which was created by a call to C<rcpv_new()> is