Home
last modified time | relevance | path

Searched refs:CLI_HELP_COMMAND (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c446 #define CLI_HELP_COMMAND 1 macro
498 tmp.type = CLI_HELP_COMMAND; in cliInitHelp()
541 new->type = CLI_HELP_COMMAND; in cliIntegrateHelp()
617 if (entry->type != CLI_HELP_COMMAND) continue; in cliOutputHelp()
650 mask = CLI_HELP_COMMAND | CLI_HELP_GROUP; in completionCallback()
652 mask = CLI_HELP_COMMAND; in completionCallback()
683 if (!(helpEntries[i].type & CLI_HELP_COMMAND)) continue; in hintsCallback()