Searched refs:items (Results 51 - 75 of 83) sorted by relevance

1234

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c306 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) argument
311 UInt32 value = items[i];
316 items[i] = value;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp1268 $cond = ($min_args ? qq(items < $min_args) : 0);
1271 $cond = qq(items != $min_args);
1274 $cond = qq(items < $min_args || items > $num_args);
1303 # SP -= items;
1772 $deferred .= eval qq/"\\n\\tif (items >= $num) {\\n$expr;\\n\\t}\\n"/;
1774 $deferred .= eval qq/"\\n\\tif (items < $num)\\n\\t $var = $defaults{$var};\\n\\telse {\\n$expr;\\n\\t}\\n"/;
H A DMM_Any.pm305 Takes an array of items and turns them into a well-formatted list of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm150 # The regular expression to simplify the items
157 Without argument, retrieves the array of the items in this list.
158 The items may be represented by any scalar.
159 If an argument has been given, it is pushed on the list of items.
163 # The individual =items of this list
H A DChecker.pm226 text contents. You probably want to delete empty items.
252 =item * No items in =over
254 The list opened with C<=over> does not contain any items.
917 -msg => "No items in =over (at line " .
H A DLaTeX.pm1392 Add items to the list. The first time an item is encountered
1444 # Handle long items - long items do not wrap
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py128 for key, value in newdict.items():
141 for key, value in options.items():
197 for key, value in self._options.items():
339 self._cfgparser.items(sect))
344 self._meta_options = dict(self._cfgparser.items('meta'))
346 self.global_options = dict(self._cfgparser.items('global'))
513 for key, value in self._meta_options.items():
518 for key, value in self.global_options.items():
530 for key, value in entry.options.items():
1517 for key, value in self._generate_grub_defs_dict(target).items()
[all...]
H A Dlegacygrub.py950 propdict = dict([(k, v) for k, v in propdict.items()
1253 raise BootmgmtArgumentError('chaininfo[1] must not have > 2 items')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c1394 I32 items = SP - MARK; local
1398 max = items * count;
1400 if (items > 0 && max > 0 && (max < items || max < count))
1435 repeatcpy((char*)(MARK + items), (char*)MARK,
1436 items * sizeof(SV*), count - 1);
1440 SP -= items;
1468 are probably several items on the stack. But we're
1470 now. So drop the rest of the items -- robin@kitsite.com
4006 I32 items local
[all...]
H A Dhv.c1503 I32 items = (I32)HvPLACEHOLDERS(hv); local
1506 if (items == 0)
1528 if (--items == 0) {
1543 assert (items == 0);
H A Dpp_sys.c785 U32 items; local
815 items = SP - MARK++;
820 EXTEND(SP,(I32)items);
821 while (items--)
838 EXTEND(SP,(I32)items);
839 while (items--)
1764 int items = (SP - PL_stack_base) - TOPMARK; local
1765 if (items == 2) {
5556 register I32 items = SP - MARK; local
5587 switch (items) {
[all...]
H A Dgv.c259 I32 items = AvFILLp(av) + 1; local
260 while (items--) {
H A Dperlio.c318 if (items < 2)
839 for (i = 2; i < items; i++) {
871 if (items)
879 if (items < 2)
884 bool load = (items > 2) ? SvTRUE(ST(2)) : 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs756 if (items > 0) {
786 if (items > 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.xs362 for (i=1; i<items; i++) {
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py829 for key, value in self._attributes.items():
837 for key, value in kwargs.items():
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs936 if (items < 2)
945 if (items >= 3)
H A DDumper.pm824 items. It is the most compact format possible that can still be called
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs570 for (i = 1; i < items; i++)
815 /* Return 1 or 2 items. First is error message, or undef if no error.
1396 if ( items < 3 ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm190 contents of the page as an B<array> of one or more items to print.
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4193 char **items = NULL; local
4213 items = vals->values.v_astring;
4217 items = vals->values.v_ustring;
4221 items = vals->values.v_opaque;
4232 if (items != NULL)
4233 free(items[i]);
4238 free(items);
4450 * Changes to both the validation logic and the error types and items must
4927 * if new items (lines) are added to the templates error messages,
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py1048 for ntag, nnode in sorted(repo.tags().items(),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm838 items via another reference stringification (i.e. using the same
985 and references to tied items support.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm1470 scalar @result, " items found\n",
1951 scalar @result, " items found\n",
5126 The following items in bundle %s had installation problems:},
5143 $paragraph .= "and the following items had problems
6374 Recursively runs the C<clean> method on all items contained in the bundle.
6392 Recursively runs the C<get> method on all items contained in the bundle
6410 Recursively runs the C<install> method on all items contained in the bundle
6414 Recursively runs the C<make> method on all items contained in the bundle
6418 Recursively runs the C<readme> method on all items contained in the bundle
6422 Recursively runs the C<test> method on all items containe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm249 ok( !grep !defined $_, @items, 'items populated' );

Completed in 232 milliseconds

1234