Searched refs:svtype (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm39 my $svtype = uc reftype($svref);
41 $pkgmeth = UNIVERSAL::can($home_stash, "MODIFY_${svtype}_ATTRIBUTES")
55 carp "$svtype package attribute$s " .
65 croak "Invalid $svtype attribute" .
76 my $svtype = uc reftype $svref;
80 $pkgmeth = UNIVERSAL::can($stash, "FETCH_${svtype}_ATTRIBUTES")
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c5045 int svtype = SvTYPE(rsv); local
5050 if (svtype > SVt_PVMG)
5054 if (svtype != SVt_PVAV)
5058 if (svtype != SVt_PVHV) {
5059 if (svtype == SVt_PVAV) { /* pseudohash? */
5071 if (svtype != SVt_PVCV)
H A Dsv.h18 =for apidoc AmU||svtype
20 in the C<svtype> enum. Test these flags with the C<SvTYPE> macro.
23 Pointer type flag for scalars. See C<svtype>.
26 Integer type flag for scalars. See C<svtype>.
29 Double type flag for scalars. See C<svtype>.
32 Type flag for blessed scalars. See C<svtype>.
35 Type flag for arrays. See C<svtype>.
38 Type flag for hashes. See C<svtype>.
41 Type flag for code refs. See C<svtype>.
63 } svtype; typedef in typeref:enum:__anon106
[all...]

Completed in 38 milliseconds