/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Abbrev.pm | 14 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 D | dbm_filter_util.pl | 6 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 D | testcmp.pl | 36 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 D | hash.h | 104 #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 D | hash.h | 95 #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 D | hash.h | 104 #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 D | hash.h | 104 #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 D | hash.h | 104 #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 D | ppexpr.c | 167 index = (int)hashref(pp.strtab, pp.token); 229 return *(args + 9) ? (int)hashref(pp.strtab, args + 9) : 1;
|
H A D | ppcontrol.c | 330 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 D | ppsearch.c | 225 switch ((int)hashref(pp.strtab, e))
|
H A D | ppop.c | 1329 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 D | Object.xs | 512 # 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 D | Storable.pm | 380 $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 D | Constant.pm | 396 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 D | MakeMaker.pm | 1696 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 D | Cookie.pm | 476 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 D | Parser.pm | 1441 $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 D | Concise.pm | 1227 1. A hashref, containing the variable names and values which are
|