Searched refs:hashref (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DAbbrev.pm14 abbrev $hashref, LIST
20 as keys in the associative array referenced by C<$hashref>.
25 $hashref = abbrev qw(list edit send abort gripe);
29 abbrev $hashref, qw(list edit send abort gripe);
44 my ($word, $hashref, $glob, %table, $returnvoid);
48 $hashref = shift;
51 $hashref = \%{shift()};
54 %{$hashref} = ();
62 $hashref->{$abbrev} = $word;
65 delete $hashref
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddbm_filter_util.pl6 my $hashref = shift ;
13 ok tied %$hashref, "Storing to tied hash";
18 $$hashref{$k} = $v ;
25 my $hashref = shift ;
33 ok tied %$hashref, "Verifying a tied hash";
36 while (my ($k, $v) = each %$hashref) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl36 If the first argument is a hashref, then the B<-cmplines> key in the
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dhash.h95 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dhash.h104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h104 #define hashref(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_INTERNAL|HASH_VALUE, (char*)0) macro
/osnet-11/usr/src/lib/libpp/common/
H A Dppexpr.c167 index = (int)hashref(pp.strtab, pp.token);
229 return *(args + 9) ? (int)hashref(pp.strtab, args + 9) : 1;
H A Dppcontrol.c330 switch (directive = (int)hashref(pp.dirtab, pp.token))
370 if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == IF || n == IFDEF || n == IFNDEF))
977 switch ((int)hashref(pp.dirtab, pp.token))
1306 switch ((int)hashref(pp.strtab, pp.token))
1661 if (((i1 = (int)hashref(pp.strtab, p3 + (i0 ? 0 : 2))) < 1 || i1 > X_last_option) && (i0 || (i1 = (int)hashref(pp.strtab, p3)) > X_last_option))
H A Dppsearch.c225 switch ((int)hashref(pp.strtab, e))
H A Dppop.c1329 if ((c = (int)hashref(pp.strtab, p)) > 0 && c <= X_last_option)
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs512 # Return the contents of the group as a hashref, using the string value of each
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm380 $hashref = retrieve('file');
386 $hashref = retrieve('file'); # There is NO nretrieve()
392 $hashref = fd_retrieve(\*SOCKET);
405 $hashref = lock_retrieve('file');
439 $hashref = fd_retrieve(*STDIN);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm396 A function to return a suitable C<#ifdef> clause. I<ITEM> is a hashref
475 confess "$item is $either expecting hashref in [0] || [1]"
620 An internal function. I<WHAT> should be a hashref of types the constant
621 function will return. I<params> returns a hashref keyed IV NV PV SV to show
647 by. I<OPTIONS> is a hashref of options. Currently only C<declare_types> is
670 # Copy the hashref, as we don't want to mess with the caller's hashref.
923 # I'm not using this. But a hashref could be used for full formatting without
930 # be a hashref, and pinch %$items from our parent to save recalculation.
H A DMakeMaker.pm1696 the MAN3PODS hashref. These will then be converted to man pages during
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm476 contact, and an empty hashref will be returned in scalar context.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm1441 $hashref = $parser->top_stream();
1482 $hashref = $parser->_push_input_stream($in_fh,$out_fh);
1546 $hashref = $parser->_pop_input_stream();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1227 1. A hashref, containing the variable names and values which are

Completed in 475 milliseconds