Searched refs:help_cmds (Results 1 – 1 of 1) sorted by relevance
3061 struct process_cmd_help_struct *help_cmds, in process_command() argument3073 while (help_cmds[i].feature) { in process_command()3074 if (!strcmp(help_cmds[i].feature, feature)) { in process_command()3075 help_cmds[i].process_fn(); in process_command()