Searched refs:sub_table (Results 1 – 3 of 3) sorted by relevance
257 if (cmd->sub_table) { in help_cmd_dump()259 help_cmd_dump(mon, cmd->sub_table, in help_cmd_dump()679 if (cmd->sub_table != NULL && *p != '\0') { in monitor_parse_command()680 return monitor_parse_command(hmp_mon, cmdp_start, cmdp, cmd->sub_table); in monitor_parse_command()1300 if (cmd->sub_table) { in monitor_find_completion_by_table()1302 monitor_find_completion_by_table(mon, cmd->sub_table, in monitor_find_completion_by_table()
91 struct HMPCommand *sub_table; member
1815 .sub_table = hmp_info_cmds,
Completed in 7 milliseconds