Searched defs:STORE (Results 26 - 39 of 39) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm1227 sub STORE { die "\%Config::Config is read-only\n" } subroutine
1228 *DELETE = \&STORE;
1229 *CLEAR = \&STORE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm119 sub STORE { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm109 sub STORE { subroutine
156 sub STORE { subroutine
H A Doverload.t501 sub STORE { subroutine
622 sub STORE { subroutine
838 sub STORE { subroutine
891 sub STORE { subroutine
H A DCGI.pm1220 'STORE' => <<'END_OF_FUNC',
1221 sub STORE { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm38 sub STORE subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm20 $obj->STORE($i++, shift) while (@_);
56 $obj->STORE($i+$d,$val);
65 $obj->STORE($i-$d,$val);
70 $obj->STORE($off+$i,$_[$i]);
92 sub STORE { $_[0]->[$_[1]] = $_[2] } subroutine
131 sub STORE { ... } # mandatory if elements writeable
169 C<UNSHIFT>, C<SPLICE> and C<CLEAR> in terms of basic C<FETCH>, C<STORE>,
191 =item STORE this, index, value
H A DFile.pm193 sub STORE { subroutine
195 die "STORE called from _check_integrity!" if $DIAGNOSTIC;
389 $self->STORE($n, "");
495 # STORE also needs to do something similarish
1202 # user has made three consecutive STORE calls to three consecutive records.
1204 # A STORE call for record #$n inserts $n into the autodefer history,
2223 $o->STORE($n, $rec);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
H A Dfind.t513 sub STORE { subroutine
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm130 sub STORE subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm77 sub STORE { $rnd_mode = $_[0]->round_mode($_[1]); } subroutine
H A DBigInt.pm170 sub STORE { $rnd_mode = $_[0]->round_mode($_[1]); } subroutine
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c234 #define STORE(buf, size, arg, val) if (arg * FORMAT_SIZE + 1 >= size ||\ macro
331 STORE(norm, sz, argp, '*');
351 STORE(norm, sz, argp, '*');
461 STORE(norm, sz, arg, conv);
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dquotearg.c219 #define STORE(c) \ macro
236 STORE ('"');
277 STORE (*quote_string);
290 STORE ('\'');
327 STORE ('\\');
335 STORE ('0');
336 STORE ('0');
370 STORE ('?');
371 STORE ('"');
372 STORE ('"');
[all...]

Completed in 426 milliseconds

12