Searched refs:help (Results 101 - 125 of 466) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp38 const char *help = NULL,
41 CommandObjectParsed (interpreter, name, help, syntax, flags),
536 SBCommandInterpreter::AddMultiwordCommand (const char* name, const char* help) argument
538 CommandObjectMultiword *new_command = new CommandObjectMultiword(*m_opaque_ptr,name,help);
547 SBCommandInterpreter::AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help) argument
550 new_command_sp.reset(new CommandPluginInterfaceImplementation(*m_opaque_ptr,name,impl,help));
586 SBCommand::AddMultiwordCommand (const char* name, const char* help) argument
592 CommandObjectMultiword *new_command = new CommandObjectMultiword(m_opaque_sp->GetCommandInterpreter(),name,help);
601 SBCommand::AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help) argument
608 new_command_sp.reset(new CommandPluginInterfaceImplementation(m_opaque_sp->GetCommandInterpreter(),name,impl,help));
[all...]
/freebsd-10-stable/sys/boot/common/
H A Dhelp.common2 # Thelp DDisplay command help
4 help [topic [subtopic]]
5 help index
7 The help command displays help on commands and their usage.
9 In command help, a term enclosed with <...> indicates a value as
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h81 const char *help = NULL,
210 // Generates a nicely formatted command args string for help command output.
559 const char *help = NULL,
562 CommandObject (interpreter, name, help, syntax, flags) {}
585 const char *help = NULL,
588 CommandObject (interpreter, name, help, syntax, flags) {}
H A DCommandObjectMultiword.h35 const char *help = NULL,
103 const char *help = NULL,
/freebsd-10-stable/sys/boot/arm/uboot/
H A DMakefile96 CLEANFILES+= vers.c loader.help
126 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
/freebsd-10-stable/lib/libedit/
H A Dmap.c915 el->el_map.help = (el_bindings_t *) el_malloc(sizeof(el_bindings_t) *
917 if (el->el_map.help == NULL)
919 (void) memcpy(el->el_map.help, help__get(),
951 el_free((ptr_t) el->el_map.help);
952 el->el_map.help = NULL;
1130 ep = &el->el_map.help[el->el_map.nfunc];
1131 for (bp = el->el_map.help; bp < ep; bp++)
1165 ep = &el->el_map.help[el->el_map.nfunc];
1166 for (bp = el->el_map.help; bp < ep; bp++) {
1296 ep = &el->el_map.help[e
1395 map_addfunc(EditLine *el, const char *name, const char *help, el_func_t func) argument
[all...]
/freebsd-10-stable/contrib/libyaml/tests/
H A Dexample-reformatter-alt.c10 int help = 0; local
31 || strcmp(argv[k], "--help") == 0) {
32 help = 1;
47 "Try `%s --help` for more information.\n",
53 /* Display the help string. */
55 if (help)
58 "or\n%s -h | --help\nReformat a YAML stream\n\nOptions:\n"
59 "-h, --help\t\tdisplay this help and exit\n"
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dstring2key.c45 int help; variable
58 { "help", 0, arg_flag, &help, NULL, NULL }
110 if(help)
/freebsd-10-stable/usr.sbin/pkg_install/
H A Dtkpkg51 button .menu.help -text "Help" -command "do_help"
60 .menu.help right
101 proc do_help {{w .help}} {
/freebsd-10-stable/usr.sbin/devctl/
H A Ddevctl.c104 help(int ac __unused, char **av __unused) function
110 DEVCTL_COMMAND(top, help, help);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py305 help=_("%s permission locally") % verb)
307 help=_("%s permission for descendents") % verb)
309 help=_("%s permission for user") % verb)
311 help=_("%s permission for group") % verb)
313 help=_("%s permission for everyone") % verb)
315 help=_("%s create time permissions") % verb)
316 parser.add_option("-s", action="store_true", dest="set", help=sstr)
319 help=_("remove permissions recursively"))
H A Dholds.py53 help=_("list holds recursively"))
/freebsd-10-stable/contrib/binutils/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
28 -h | --help | --h*) # -h for help
/freebsd-10-stable/contrib/gdb/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
28 -h | --help | --h*) # -h for help
/freebsd-10-stable/contrib/groff/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
28 -h | --help | --h*) # -h for help
/freebsd-10-stable/contrib/groff/src/roff/grog/
H A Dgrog.pl17 &help() if $arg eq "--help";
171 sub help { subroutine
/freebsd-10-stable/contrib/groff/src/roff/nroff/
H A Dnroff.sh77 --help)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp31 const char *help,
36 CommandObjectRaw (interpreter, name, help, syntax),
27 CommandObjectRegexCommand( CommandInterpreter &interpreter, const char *name, const char *help, const char *syntax, uint32_t max_matches, uint32_t completion_type_mask ) argument
/freebsd-10-stable/contrib/ofed/libibcm/config/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dsmcontrol.pl305 # &help -- get help from the daemon using the control socket
314 sub help subroutine
321 return "The control socket is not configured so the daemon can not be queried for help.";
380 elsif (lc($command) eq "help")
382 $status = &help($control);
/freebsd-10-stable/crypto/heimdal/
H A Dcompile34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
39 Usage: compile [--help] [--version] PROGRAM [ARGS]
/freebsd-10-stable/crypto/heimdal/tools/
H A Dkrb5-config.in49 --help)
/freebsd-10-stable/crypto/openssl/apps/
H A DCA.pl66 if ( /^(-\?|-h|-help)$/ ) {
/freebsd-10-stable/gnu/lib/libdialog/
H A DMakefile9 help.c inputbox.c inputstr.c menubox.c mixedform.c \

Completed in 139 milliseconds

1234567891011>>