Searched refs:help (Results 51 - 75 of 466) sorted by relevance

1234567891011>>

/freebsd-10-stable/tools/test/hwpmc/
H A Dpmctest.py68 help="program to execute")
70 default=True, help="wait after each execution")
/freebsd-10-stable/contrib/ntp/scripts/build/
H A DMakefile.am8 check--help \
/freebsd-10-stable/contrib/dialog/samples/
H A Dform43 # form3 with --item-help
21 --help-button \
22 --item-help \
H A Dinputmenu24 # "inputmenu1" with defaultitem, help-button.
24 --help-button \
25 --help-label "Script" \
/freebsd-10-stable/sys/boot/ia64/common/
H A DMakefile28 FILES+= loader.help
29 CLEANFILES+= loader.help
30 loader.help: help.common
/freebsd-10-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.h46 svn_boolean_t help; /* --help or -? */
44 svn_boolean_t help; /* --help or -? */ member in struct:svnfsfs__opt_state
/freebsd-10-stable/contrib/netbsd-tests/net/if/
H A Difconf.c43 help(void) function
119 help();
129 help();
131 help();
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_usage.c31 * ex_help -- :help
32 * Display help message.
83 "Command: %s\n Usage: %s\n", cp->help, cp->usage);
97 "Command: %s\n Usage: %s\n", cp->help, cp->usage);
123 WVS": %s\n", MAXCMDNAMELEN, name, cp->help);
173 isblank(*kp->help) ? "" : " ", kp->help, kp->usage);
182 if (kp->help != NULL)
183 (void)ex_printf(sp, "%s\n", kp->help);
/freebsd-10-stable/sys/boot/powerpc/uboot/
H A DMakefile83 CLEANFILES+= vers.c ${PROG}.help
109 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
114 FILES= loader.help
/freebsd-10-stable/contrib/gcc/
H A Dopts.h46 const char *help; member in struct:cl_option
78 #define CL_UNDOCUMENTED (1 << 30) /* Do not output with --help. */
H A Dopts.c353 /* Columns of --help display. */
388 static void wrap_help (const char *help, const char *item, unsigned int);
1559 /* Display help for target options. */
1566 /* Avoid double printing for --help --target-help. */
1580 /* Output --help text. */
1609 /* Print the help for --param. */
1619 const char *help = compiler_params[i].help; local
1622 if (help
1640 const char *help, *opt, *tab; local
1750 wrap_help(const char *help, const char *item, unsigned int item_width) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h74 AddMultiwordCommand (const char* name, const char* help);
77 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help);
206 AddMultiwordCommand (const char* name, const char* help = NULL);
209 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
/freebsd-10-stable/crypto/heimdal/admin/
H A Dktutil.c55 "help",
109 help(void *opt, int argc, char **argv) function
117 "Try \"help\" for a list of commands\n",
121 char shelp[] = "--help";
129 if(c->help && *c->help)
130 fprintf (stderr, "%s\n", c->help);
/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dsl.h47 const char *help; member in struct:sl_cmd
/freebsd-10-stable/lib/libedit/
H A Dmap.h58 el_bindings_t *help; /* The help for the editor functions */ member in struct:el_map_t
60 size_t nfunc; /* The number of functions/help items */
/freebsd-10-stable/usr.bin/tip/tip/
H A Dcmdtab.c63 { '?', NORM, "get this summary", help },
/freebsd-10-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c114 int e, help; local
116 help = 0;
117 if (strcasecmp(cmd, "help") == 0) {
126 "'help command'\n");
131 help = 1;
144 if (!help)
/freebsd-10-stable/usr.sbin/ngctl/
H A Dngctl.h47 const char *help; /* help text */ member in struct:ngcmd
/freebsd-10-stable/sys/boot/sparc64/loader/
H A DMakefile76 CLEANFILES+= vers.c loader.help
94 loader.help: help.common help.sparc64
/freebsd-10-stable/sys/boot/pc98/loader/
H A DMakefile50 CLEANFILES= vers.c ${LOADER} ${LOADER}.bin loader.help
82 loader.help: help.common help.pc98
/freebsd-10-stable/contrib/openpam/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/freebsd-10-stable/sys/boot/powerpc/ofw/
H A DMakefile72 CLEANFILES+= vers.c loader.help
102 loader.help: help.common help.ofw
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py161 help=_("Print numeric ID instead of user/group name"))
163 help=_("translate SID to posix (possibly ephemeral) ID"))
165 help=_("no headers, tab delimited output"))
167 help=_("exact (parsable) numeric output"))
170 help=_("print only these fields (eg type,name,used,quota)"))
174 help=_("sort field"))
178 help=_("reverse sort field"))
181 help=_("print only these types (eg posixuser,smbuser,posixgroup,smbgroup,all)"))
/freebsd-10-stable/contrib/groff/contrib/grap2graph/
H A Dgrap2graph.sh48 --help)
/freebsd-10-stable/usr.sbin/lpr/lpc/
H A Dcmdtab.c51 char helphelp[] = "get help on commands";
75 { "help", helphelp, 0, help, 0 },
85 { "?", helphelp, 0, help, 0 },

Completed in 301 milliseconds

1234567891011>>