Searched defs:LIST (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm18 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/libresolv2/include/isc/
H A Dlist.h22 #define LIST(type) struct { type *head, *tail; } macro
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py51 LIST = 5 variable in class:_Op
1268 ser = self._make_request(_Op.LIST, p.get_buffer())

Completed in 26 milliseconds