Searched refs:help_cmds (Results 1 – 1 of 1) sorted by relevance
3072 struct process_cmd_help_struct *help_cmds, in process_command() argument3084 while (help_cmds[i].feature) { in process_command()3085 if (!strcmp(help_cmds[i].feature, feature)) { in process_command()3086 help_cmds[i].process_fn(); in process_command()