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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c1508 occurrence is output. Returns true if anything was output. */
1519 int anything = 0;
1565 anything = 1;
1580 if (anything || pre_blank)
1587 anything = 1;
1592 while (child->argp && !(first_only && anything))
1593 anything |=
1595 post, anything || pre_blank, first_only,
1598 return anything;
1610 int anything
1496 int anything = 0; local
1586 int anything = 0; /* Whether we've output anything. */ local
[all...]

Completed in 21 milliseconds