cmd_help           51 source3/client/client.c static int cmd_help(void);
cmd_help         3904 source3/client/client.c   {"?",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}},
cmd_help         3924 source3/client/client.c   {"help",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}},
cmd_help          486 source3/rpcclient/rpcclient.c 	{ "help", RPC_RTYPE_NTSTATUS, cmd_help, NULL, 	  NULL, NULL,	"Get help on commands", "[command]" },
cmd_help          487 source3/rpcclient/rpcclient.c 	{ "?", 	RPC_RTYPE_NTSTATUS, cmd_help, NULL,	  NULL, NULL,	"Get help on commands", "[command]" },
cmd_help          226 source3/torture/vfstest.c 	{ "help", 	cmd_help, 	"Get help on commands", "" },
cmd_help          227 source3/torture/vfstest.c 	{ "?", 		cmd_help, 	"Get help on commands", "" },
cmd_help         2639 source4/client/client.c static int cmd_help(struct smbclient_context *ctx, const char **args);
cmd_help         2654 source4/client/client.c   {"?",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}},
cmd_help         2673 source4/client/client.c   {"help",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}},
cmd_help          305 source4/lib/registry/tools/regshell.c static WERROR cmd_help(struct regshell_context *ctx, int, char **);
cmd_help          322 source4/lib/registry/tools/regshell.c 	{"help", "?", "Help", cmd_help },