Searched refs:sv_reftype (Results 1 – 10 of 10) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/ |
| H A D | Util.xs | 387 RETVAL = sv_reftype(SvRV(sv),TRUE); in blessed() 403 RETVAL = sv_reftype(SvRV(sv),FALSE); in reftype()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | xsutils.c | 308 sv_setpv(TARG, sv_reftype(sv, 0)); in XS()
|
| H A D | universal.c | 148 type = sv_reftype(sv,0); in Perl_sv_derived_from()
|
| H A D | sv.c | 1680 Perl_croak(aTHX_ "Can't coerce %s to integer in %s", sv_reftype(sv,0), in Perl_sv_setiv() 1791 Perl_croak(aTHX_ "Can't coerce %s to number in %s", sv_reftype(sv,0), in Perl_sv_setnv() 3756 Perl_croak(aTHX_ "Bizarre copy of %s in %s", sv_reftype(sstr, 0), in Perl_sv_setsv_flags() 3759 Perl_croak(aTHX_ "Bizarre copy of %s", sv_reftype(sstr, 0)); in Perl_sv_setsv_flags() 7466 Perl_croak(aTHX_ "Can't coerce %s to string in %s", sv_reftype(sv,0), in Perl_sv_pvn_force_flags()
|
| H A D | embed.h | 1053 #define sv_reftype Perl_sv_reftype macro 3578 #define sv_reftype(a,b) Perl_sv_reftype(aTHX_ a,b) macro
|
| H A D | pp.c | 514 pv = sv_reftype(sv,TRUE); in PP()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
| H A D | Storable.xs | 2059 sv_reftype(sv, FALSE), in store_scalar() 3241 CROAK(("Can't store %s items", sv_reftype(sv, FALSE))); in store_other() 3244 sv_reftype(sv, FALSE), PTR2UV(sv)); in store_other() 3250 (void) sprintf(buf, "You lost %s(0x%"UVxf")%c", sv_reftype(sv, FALSE), in store_other() 3431 SvREFCNT(sv), sv_reftype(sv, FALSE))); in store() 4345 sv_reftype(sv, FALSE), in retrieve_overloaded() 4361 sv_reftype(sv, FALSE), in retrieve_overloaded() 5733 SvREFCNT(sv) - 1, sv_reftype(sv, FALSE))); in retrieve() 5881 sv_reftype(sv, FALSE), PTR2UV(sv))); in do_retrieve()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
| H A D | MD5.xs | 590 char *myname = sv_reftype(SvRV(self),TRUE);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlapi.pod | 4129 =item sv_reftype 4133 char* sv_reftype(SV* sv, int ob)
|
| H A D | perltoc.pod | 4750 sv_reftype, sv_replace, sv_report_used, sv_reset, sv_rvweaken, sv_setiv,
|