/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/ |
H A D | Util.pm | 107 =item first BLOCK LIST 110 of LIST in turn. C<first> returns the first element where the result from 111 BLOCK is a true value. If BLOCK never returns true or LIST was empty then 125 =item max LIST 138 =item maxstr LIST 152 =item min LIST 165 =item minstr LIST 179 =item reduce BLOCK LIST 181 Reduces LIST by calling BLOCK multiple times, setting C<$a> and C<$b> 187 Returns the result of the last call to BLOCK. If LIST i [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Abbrev.pm | 14 abbrev $hashref, LIST 19 Stores all unambiguous truncations of each element of LIST 39 # abbrev \%foo, LIST;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Handle.pm | 38 =item TIEHANDLE classname, LIST 41 glob instance with the specified class. C<LIST> would represent additional 49 =item PRINT this, LIST 51 Print the values in I<LIST> 53 =item PRINTF this, format, LIST 55 Print the values in I<LIST> using I<format>
|
H A D | Array.pm | 183 =item TIEARRAY classname, LIST 186 an array instance with the specified class. C<LIST> would represent 241 =item PUSH this, LIST 243 Append elements of LIST to the array. 254 =item UNSHIFT this, LIST 256 Insert LIST elements at the beginning of the array, moving existing elements 259 =item SPLICE this, offset, length, LIST 268 I<LIST> may be empty.
|
H A D | RefHash.pm | 13 tie HASHVARIABLE, 'Tie::RefHash', LIST; 14 tie HASHVARIABLE, 'Tie::RefHash::Nestable', LIST;
|
H A D | Scalar.pm | 52 =item TIESCALAR classname, LIST 55 scalar instance with the specified class. C<LIST> would represent additional
|
H A D | Hash.pm | 71 =item TIEHASH classname, LIST 74 hash instance with the specified class. C<LIST> would represent additional
|
/osnet-11/usr/src/lib/librstp/common/ |
H A D | base.h | 160 #define STP_NEW_IN_LIST(WHAT, TYPE, LIST, MSG) \ 163 WHAT->next = LIST; \ 164 LIST = WHAT; \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | lib_pm.PL | 170 use lib LIST; 172 no lib LIST; 188 use lib LIST; 192 BEGIN { unshift(@INC, LIST) } 194 For each directory in LIST (called $dir here) the lib module also 213 For each directory in LIST (called $dir here) the lib module also
|
H A D | utf8_heavy.pl | 228 LIST => $list, 258 for ($self->{LIST}) {
|
H A D | DB.pm | 587 CLIENT->clr_breaks([LIST]) 589 CLIENT->clr_actions([LIST]) 602 CLIENT->output(LIST) # called to print any output that API must show 790 =item CLIENT->output(LIST)
|
H A D | Memoize.pm | 18 sub LIST () { 1 } subroutine 106 for my $context (qw(SCALAR LIST)) { 121 if ($context eq 'LIST' && $scalar_only{$package}) { 138 $caches{SCALAR} = $caches{LIST}; 140 $caches{LIST} = $caches{SCALAR}; 146 foreach $context (qw(SCALAR LIST)) { 164 L => $caches{LIST}, 185 if ($context eq 'LIST' && $scalar_only{$module}) { 225 my $context = (wantarray() ? LIST : SCALAR); 231 } elsif ($context == LIST) { [all...] |
/osnet-11/usr/src/lib/libradproto/common/ |
H A D | protocol.x | 169 LIST,
|
H A D | radclient.c | 690 c, LIST, xdr_op_list, &listreq, &mw, NULL, error);
|
/osnet-11/usr/src/lib/libresolv2/include/ |
H A D | res_update.h | 65 typedef LIST(ns_updrec) ns_updque;
|
/osnet-11/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_update.c | 73 LIST(ns_updrec) z_rrlist; 99 LIST(struct zonegrp) zgrps;
|
H A D | res_findzonecut.c | 54 typedef LIST(rr_a) rrset_a; 62 typedef LIST(rr_ns) rrset_ns;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Functions.pm | 86 'LIST' => 'Functions for list data', 107 LIST 238 grep LIST locate elements in a list test true against a given criterion 244 join LIST join a list into a string using a separator 259 map LIST apply a change to a list to get back a new list with the changes 285 qw/STRING/ LIST quote a list of words 301 reverse String,LIST flip a string or a list 333 sort LIST sort a list of values 363 unpack Binary,LIST convert binary structure into normal perl variables
|
/osnet-11/usr/src/lib/libresolv2/include/isc/ |
H A D | list.h | 22 #define LIST(type) struct { type *head, *tail; } macro
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 221 LIST(evAccept) accepts;
|
H A D | ctl_clnt.c | 96 LIST(struct ctl_tran) tran; 97 LIST(struct ctl_tran) wtran;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Functions.t | 36 String Regexp Math ARRAY LIST HASH I/O
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_VMS.pm | 1862 open LIST,$extralibs or warn $!,next; 1863 while (<LIST>) { 1874 close LIST;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 685 sub list { shift->_data_cmd("LIST",@_) } 839 sub dir { shift->_list_cmd("LIST",@_); } 1036 if $data && $cmd =~ /RETR|LIST|NLST/; 1069 if $data && $cmd =~ /RETR|LIST|NLST/; 1200 sub _LIST { shift->command("LIST",@_)->response() == CMD_INFO } 1536 Same as C<nlst> but using the C<LIST> command
|
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | client.py | 51 LIST = 5 variable in class:_Op 1268 ser = self._make_request(_Op.LIST, p.get_buffer())
|