Searched refs:rcpv_new (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | cop.h | 598 # 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))
|
| D | util.c | 2341 buffer = rcpv_new(NULL, len_wanted, RCPVf_NO_COPY); in Perl_new_warnings_bitfield()
|
| D | embed.h | 519 # define rcpv_new(a,b,c) Perl_rcpv_new(aTHX_ a,b,c) macro
|
| D | embed.fnc | 2600 Aadp |char * |rcpv_new |NULLOK const char * const pv \
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlguts.pod | 1906 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
|