Searched refs:help_cmds (Results 1 – 1 of 1) sorted by relevance
2736 struct process_cmd_help_struct *help_cmds, in process_command() argument2748 while (help_cmds[i].feature) { in process_command()2749 if (!strcmp(help_cmds[i].feature, feature)) { in process_command()2750 help_cmds[i].process_fn(); in process_command()