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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h497 the SvPVX. This hack is used internally to speed up removal of characters
499 allocated string buffer is really (SvPVX - SvIVX).
525 =for apidoc Am|char*|SvPVX|SV* sv
746 #define SvPVX(sv) ((XPV*) SvANY(sv))->xpv_pv macro
747 #define SvPVXx(sv) SvPVX(sv)
770 (SvPVX(sv) = (val)); } STMT_END
779 (SvCUR(sv) = (val) - SvPVX(sv)); } STMT_END
859 (C<SvPOK_only>). You want force if you are going to update the C<SvPVX>
864 (C<SvPOK_only>). You want force if you are going to update the C<SvPVX>
970 ? ((lp = SvCUR(sv)), SvPVX(s
[all...]

Completed in 30 milliseconds