/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | command.c | 28 const char *summary, 40 cmd->summary = (summary) ? summary : ""; 26 grub_register_command_prio(const char *name, grub_command_func_t func, const char *summary, const char *description, int prio) argument
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | command.h | 65 /* The summary of the command usage. */ 66 const char *summary; member in struct:grub_command 81 const char *summary, 89 const char *summary, 92 return grub_register_command_prio (name, func, summary, description, 0); 98 const char *summary, 101 return grub_register_command_prio (name, func, summary, description, 1); 87 grub_register_command(const char *name, grub_command_func_t func, const char *summary, const char *description) argument 96 grub_register_command_p1(const char *name, grub_command_func_t func, const char *summary, const char *description) argument
|
H A D | extcmd.h | 61 const char *summary, 68 const char *summary,
|
/osnet-11/usr/src/cmd/parted/ |
H A D | command.h | 29 StrList* summary; member in struct:__anon70 36 const StrList* summary,
|
H A D | command.c | 33 const StrList* summary, 48 cmd->summary = (StrList*) summary; 58 str_list_destroy (cmd->summary); 123 str_list_print_wrap (cmd->summary, screen_width(), 2, 8); 31 command_create(const StrList* names, int (*method) (PedDevice** dev), const StrList* summary, const StrList* help, const int non_interactive) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | extcmd.c | 72 grub_command_flags_t flags, const char *summary, 85 summary, description, prio); 105 grub_command_flags_t flags, const char *summary, 110 summary, description, parser, 1); 71 grub_register_extcmd_prio(const char *name, grub_extcmd_func_t func, grub_command_flags_t flags, const char *summary, const char *description, const struct grub_arg_option *parser, int prio) argument 104 grub_register_extcmd(const char *name, grub_extcmd_func_t func, grub_command_flags_t flags, const char *summary, const char *description, const struct grub_arg_option *parser) argument
|
H A D | help.c | 46 const char *summary_translated = _(cmd->summary); 120 grub_printf ("%s %s %s\n%s\n", _("Usage:"), cmd->name, _(cmd->summary),
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
H A D | details.t | 22 $Test->is_num( scalar $Test->summary(), 0, 'no tests yet, no summary' ); 25 name => 'no tests yet, no summary', 71 $Test->is_num( scalar $Test->summary(), 4, 'summary' ); 74 name => 'summary',
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Harness.pm | 276 can begin examining the summary report: 294 The columns in the summary report mean: 343 out each individual test which failed along with a summary report and 409 quietly (no report). $total is a hash ref summary of all the tests 1159 Figure a way to report test names in the failure summary. 1161 Rework the test summary so long test names are not truncated as badly. 1174 Completely redo the print summary code. 1198 Clean up how the summary is printed. Get rid of those damned formats.
|
H A D | Builder.pm | 1096 =item B<summary> 1098 my @tests = $Test->summary; 1100 A simple summary of the tests so far. True for pass, false for fail. 1107 sub summary { subroutine 1117 Like summary(), but with a lot more detail.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | O.pm | 122 In summary, a compiler backend module should be called "B::Foo"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Carp.pm | 36 cluck, confess, and longmess that context is a summary of every
|
H A D | perl5db.pl | 799 # summary (h h) screen in the debugger. Mostly columnar alignment 887 # + h(summary), h h(long) # help (hh) (was h h,h) 4561 # 'h' - print the summary help. 4563 print_help($summary); 6911 $summary = <<"END_SUM"; 8357 prints the summary by default. 8370 # 'h h' - explicitly-requested summary.
|
H A D | CPAN.pm | 5125 my $raw = sprintf(qq{Bundle summary:
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | arg.c | 107 grub_printf ("%s %s %s\n", _("Usage:"), cmd->cmd->name, _(cmd->cmd->summary));
|
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_audit.c | 552 char *summary = add_pkg_info(pkg, "Summary", "NAME"); local 576 err |= asr_buf_append_xml_nv(out, PAD_ITEM, "summary", summary);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/ |
H A D | Config.pm | 52 our $summary : unique = <<'!END!'; 88 ($summary_expanded = $summary) =~ s{\$(\w+)}
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/ |
H A D | Config.pm | 52 our $summary : unique = <<'!END!'; 88 ($summary_expanded = $summary) =~ s{\$(\w+)}
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | configpm | 215 # copy config summary format from the myconfig.SH script 216 print CONFIG "our \$summary : unique = <<'!END!';\n"; 222 # NB. as $summary is unique, we need to copy it in a lexical variable 231 ($summary_expanded = $summary) =~ s{\$(\w+)} 469 Returns a textual summary of the major perl configuration values.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
H A D | Expire.pm | 205 Short summary: You need to create a package that defines four methods:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | perlbug.PL | 1028 find the B<-d> option useful to get summary information in that case. 1198 Prints a brief summary of the options.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2man.PL | 327 A short usage summary for programs and functions. This section is mandatory
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Checker.pm | 331 method to print errors and warnings. The summary output (e.g.
|