Searched refs:SvROK (Results 1 - 25 of 33) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.xs50 if (SvROK(sub)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dxsutils.c175 if (!(SvOK(rv) && SvROK(rv)))
198 if (!(SvOK(rv) && SvROK(rv)))
245 if (!(SvOK(rv) && SvROK(rv)))
305 if (!(SvOK(rv) && SvROK(rv)))
H A Duniversal.c146 if (SvROK(sv)) {
231 if (!SvOK(sv) || !(SvROK(sv) || (SvPOK(sv) && SvCUR(sv))
258 if (!SvOK(sv) || !(SvROK(sv) || (SvPOK(sv) && SvCUR(sv))
265 if (SvROK(sv)) {
293 if (SvROK(ST(0))) {
616 if (SvROK(sv) && isGV(SvRV(sv)))
704 if (SvROK(ST(0))) {
H A Dpp.c126 if (SvROK(sv)) {
148 if (SvROK(sv))
219 if (SvROK(sv)) {
239 if (SvROK(sv))
510 if (!sv || !SvROK(sv))
531 if (ssv && !SvGMAGICAL(ssv) && !SvAMAGIC(ssv) && SvROK(ssv))
1697 if (SvROK(TOPs) && !SvAMAGIC(TOPs) && SvROK(TOPm1s) && !SvAMAGIC(TOPm1s)) {
1775 if (SvROK(TOPs) && !SvAMAGIC(TOPs) && SvROK(TOPm1
[all...]
H A Dpp_hot.c221 if (SvROK(PL_last_in_gv) && SvTYPE(SvRV(PL_last_in_gv)) == SVt_PVGV)
238 if (SvROK(TOPs) && !SvAMAGIC(TOPs) && SvROK(TOPm1s) && !SvAMAGIC(TOPm1s)) {
643 if (SvROK(sv)) {
688 if (SvROK(sv))
774 if (SvROK(sv)) {
819 if (SvROK(sv))
940 SvROK(*relem) &&
1325 && !SvROK(TARG)) /* Cannot trust since INTUIT cannot guess ^ */
1554 if (SvROK(s
[all...]
H A Dsv.c376 if (SvROK(sv) && SvOBJECT(rv = SvRV(sv))) {
1601 if (SvROK(sv))
2068 if (!SvROK(sv)) {
2077 if (SvROK(sv)) {
2080 (!SvROK(tmpstr) || (SvRV(tmpstr) != SvRV(sv))))
2365 if (!SvROK(sv)) {
2374 if (SvROK(sv)) {
2377 (!SvROK(tmpstr) || (SvRV(tmpstr) != SvRV(sv))))
2653 if (!SvROK(sv)) {
2662 if (SvROK(s
[all...]
H A Dpp.h369 if (!SvROK(ref)) \
H A Dgv.c1522 if (!SvROK(tmpRef) && SvTYPE(tmpRef) <= SVt_PVMG) {
1783 if (!SvROK(res)) {
H A Dpp_sys.c473 tmps = SvROK(tmpsv) ? Nullch : SvPV(tmpsv, len);
478 if (multiarg ? SvROK(error) : SvROK(tmpsv)) {
2115 else if (SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVGV) {
2119 else if (SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVIO) {
2803 else if (SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVGV) {
3261 else if (SvROK(TOPs) && isGV(SvRV(TOPs)))
3303 else if (SvROK(TOPs) && isGV(SvRV(TOPs)))
H A Dsv.h501 =for apidoc Am|bool|SvROK|SV* sv
555 #define assert_not_ROK(sv) ({assert(!SvROK(sv) || !SvRV(sv));}),
648 #define SvROK(sv) (SvFLAGS(sv) & SVf_ROK) macro
H A Dpp_ctl.c83 if (SvROK(tmpstr)) {
2118 if (SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVCV) {
3070 if (SvROK(dirsv)) {
3106 if (SvROK(arg) && SvTYPE(SvRV(arg)) == SVt_PVGV) {
3141 if (SvROK(arg) && SvTYPE(SvRV(arg)) == SVt_PVCV) {
H A Ddoio.c224 if (SvROK(*svp) && !strchr(name,'&')) {
1358 else if (SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVGV) {
1399 if (SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVGV && ckWARN(WARN_IO)) {
H A Ddump.c220 if (SvROK(sv)) {
1157 if (SvROK(sv)) {
H A Dmg.c1337 if (SvTYPE(sv) == SVt_PVGV || SvROK(sv)) {
2592 if (!SvROK(PL_psig_ptr[sig]) || !(cv = (CV*)SvRV(PL_psig_ptr[sig]))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.xs72 if (SvROK(args[j])) {
83 if (SvROK(pad[j])) {
238 if (SvOK(*svp) && !(SvROK(*svp) && SvTYPE(SvRV(*svp)) == SVt_PVAV))
279 if (!(SvROK(sv) && SvTYPE(SvRV(sv)) == SVt_PVHV))
287 if (!(SvROK(rv) && SvTYPE(SvRV(rv)) == SVt_PVHV))
314 (SvROK(cv) && (SvTYPE(SvRV(cv))==SVt_PVCV) \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs261 if (SvROK(val)) {
293 && (sv = *svp) && SvROK(sv) && (seenentry = (AV*)SvRV(sv)))
590 if (SvROK(sv) && (SvTYPE(SvRV(sv)) == SVt_PVAV))
760 (sv = *svp) && SvROK(sv) &&
935 if (!SvROK(href)) { /* call new to get an object first */
970 if (SvROK(href)
974 if ((svp = hv_fetch(hv, "seen", 4, FALSE)) && SvROK(*svp))
976 if ((svp = hv_fetch(hv, "todump", 6, FALSE)) && SvROK(*svp))
978 if ((svp = hv_fetch(hv, "names", 5, FALSE)) && SvROK(*svp))
1018 else if (! (SvROK(sortkey
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs400 if(!SvROK(sv)) {
414 if(!SvROK(sv)) {
439 ST(0) = boolSV(SvROK(sv) && SvWEAKREF(sv));
491 if (SvROK(subref)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.xs26 if (SvROK(arg)) {
215 if (SvROK(arg) || SvPOK(arg)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs132 if (SvROK(catalog)) {
539 stash = SvROK(value) ? SvSTASH(SvRV(value)) : NULL;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs435 stash = SvROK(value) ? SvSTASH(SvRV(value)) : NULL;
493 stash = SvROK(ST(i)) ? SvSTASH(SvRV(ST(i))) : NULL;
681 stash = SvROK(ST(i)) ? SvSTASH(SvRV(ST(i))) : NULL;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs471 if (SvROK(sv)) {
571 if (!SvROK(xclass)) {
692 if (SvROK(ST(0))) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.xs421 if (!SvROK(safe) || !SvOBJECT(SvRV(safe)) || SvTYPE(SvRV(safe))!=SVt_PVHV)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs2900 if (!SvROK(rsv))
3296 return SvROK(sv) ? svis_REF : svis_SCALAR;
3305 return SvROK(sv) ? svis_REF : svis_SCALAR;
3590 if (!SvROK(sv))
5206 if (SvROK(cxt->eval) && SvTYPE(SvRV(cxt->eval)) == SVt_PVCV) {
5225 if (cv && SvROK(cv) && SvTYPE(SvRV(cv)) == SVt_PVCV) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs28 } else if (SvROK(sv)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs108 if (!SvROK(result) || !SvOBJECT(SvRV(result))) {

Completed in 301 milliseconds

12