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

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h300 #define new_XPVNV() safemalloc(sizeof(XPVNV)) macro
310 #define new_XPVNV() new_body_allocated(SVt_PVNV) macro
H A Dsv.c217 new_XPVNV(), del_body()
16420 SvANY(&PL_sv_no) = new_XPVNV();
16426 SvANY(&PL_sv_yes) = new_XPVNV();
16432 SvANY(&PL_sv_zero) = new_XPVNV();

Completed in 141 milliseconds