Searched refs:helpEntries (Results 1 – 1 of 1) sorted by relevance
459 static helpEntry *helpEntries; variable483 helpEntries = zmalloc(sizeof(helpEntry)*len); in cliInitHelp()492 helpEntries[pos++] = tmp; in cliInitHelp()500 helpEntries[pos++] = tmp; in cliInitHelp()527 helpEntry *he = helpEntries+i; in cliIntegrateHelp()534 helpEntries = zrealloc(helpEntries,sizeof(helpEntry)*helpEntriesLen); in cliIntegrateHelp()535 helpEntry *new = helpEntries+(helpEntriesLen-1); in cliIntegrateHelp()616 entry = &helpEntries[i]; in cliOutputHelp()656 if (!(helpEntries[i].type & mask)) continue; in completionCallback()661 tmp = sdscat(tmp,helpEntries[i].full); in completionCallback()[all …]