Searched refs:commandHelp (Results 1 – 2 of 2) sorted by relevance
24 struct commandHelp { struct30 } commandHelp[] = { argument
456 struct commandHelp *org;477 int commandslen = sizeof(commandHelp)/sizeof(struct commandHelp); in cliInitHelp()496 tmp.argv = sdssplitargs(commandHelp[i].name,&tmp.argc); in cliInitHelp()497 tmp.full = sdsnew(commandHelp[i].name); in cliInitHelp()499 tmp.org = &commandHelp[i]; in cliInitHelp()544 struct commandHelp *ch = zmalloc(sizeof(*ch)); in cliIntegrateHelp()565 static void cliOutputCommandHelp(struct commandHelp *help, int group) { in cliOutputCommandHelp()599 struct commandHelp *help; in cliOutputHelp()