p4raw-id: //depot/perlio@10577
SV* cv_const_sv(CV* cv)
=for hackers
--Found in file op.c
++Found in file opmini.c
+
+ =item dAX
+
+ Sets up the C<ax> variable.
+ This is usually handled automatically by C<xsubpp> by calling C<dXSARGS>.
+
+ dAX;
+
+ =for hackers
+ Found in file XSUB.h
+
+ =item dITEMS
+
+ Sets up the C<items> variable.
+ This is usually handled automatically by C<xsubpp> by calling C<dXSARGS>.
+
+ dITEMS;
+
+ =for hackers
+ Found in file XSUB.h
=item dMARK
void load_module(U32 flags, SV* name, SV* ver, ...)
=for hackers
--Found in file op.c
++Found in file opmini.c
=item looks_like_number
CV* newCONSTSUB(HV* stash, char* name, SV* sv)
=for hackers
--Found in file op.c
++Found in file opmini.c
=item newHV
Used by C<xsubpp> to hook up XSUBs as Perl subs.
=for hackers
--Found in file op.c
++Found in file opmini.c
=item newXSproto