Searched refs:command_list (Results 1 – 7 of 7) sorted by relevance
90 static const struct cmd_list_item command_list[] = { variable241 for (i = 0, cmd = prev = NULL; i < nitems(command_list); i++) { in mac_ddb_init()243 n = command_match(cmd, command_list[i]); in mac_ddb_init()280 for (i = 0; i < nitems(command_list) - 1; i++) { in mac_ddb_init()281 a = command_list[i].name; in mac_ddb_init()282 b = command_list[i + 1].name; in mac_ddb_init()318 for (i = 0; i < nitems(command_list); i++) { in mac_ddb_command_register()319 n = command_match(cmd, command_list[i]); in mac_ddb_command_register()
297 StringList command_list; in GetCommandLineCommands() local299 loc_sp->GetLocationOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()301 commands.AppendList(command_list); in GetCommandLineCommands()
486 StringList command_list; in GetCommandLineCommands() local488 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()490 commands.AppendList(command_list); in GetCommandLineCommands()
502 StringList command_list; in GetCommandLineCommands() local504 bkpt_sp->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()506 commands.AppendList(command_list); in GetCommandLineCommands()
143 SLIST_HEAD(command_list, ips_command) free_cmd_list;
199 bool GetCommandLineCallbacks(StringList &command_list);
447 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument457 command_list = data->user_source; in GetCommandLineCallbacks()