Searched refs:commandHelp (Results 1 – 2 of 2) sorted by relevance
23 struct commandHelp { struct29 } commandHelp[] = { variable
215 struct commandHelp *org;236 int commandslen = sizeof(commandHelp)/sizeof(struct commandHelp); in cliInitHelp()255 tmp.argv = sdssplitargs(commandHelp[i].name,&tmp.argc); in cliInitHelp()256 tmp.full = sdsnew(commandHelp[i].name); in cliInitHelp()258 tmp.org = &commandHelp[i]; in cliInitHelp()299 struct commandHelp *ch = zmalloc(sizeof(*ch)); in cliIntegrateHelp()319 static void cliOutputCommandHelp(struct commandHelp *help, int group) { in cliOutputCommandHelp()353 struct commandHelp *help; in cliOutputHelp()