Searched defs:XPUSHs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h173 Does not handle 'set' magic. See C<XPUSHs>.
192 =for apidoc Am|void|XPUSHs|SV* sv
234 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END macro
235 #define XPUSHTARG STMT_START { SvSETMAGIC(TARG); XPUSHs(TARG); } STMT_END
240 #define XPUSHundef STMT_START { SvOK_off(TARG); XPUSHs(TARG); } STMT_END

Completed in 24 milliseconds