Searched refs:new_SV (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h70 /* new_SV(): return a new, empty SV head */
100 DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%" UVxf ": (%05ld) new_SV (from %s:%d [%s])\n",
105 # define new_SV(p) (p)=S_new_SV(aTHX_ __FILE__, __LINE__, FUNCTION__) macro
108 # define new_SV(p) \ macro
376 new_SV(sv);
H A Dsv.c172 At the lowest level, the macros new_SV() and del_SV() grab and free
174 to return the SV to the free list with error checking.) new_SV() calls
215 new_SV(), del_SV(),
5738 new_SV(sv);
9509 SvGETMAGIC(oldstr); /* before new_SV, in case it dies */
9510 new_SV(sv);
9533 new_SV(sv);
9705 new_SV(sv);
9947 new_SV(sv);
10056 new_SV(s
[all...]

Completed in 192 milliseconds