Searched refs:sCommands (Results 1 – 1 of 1) sorted by relevance
51 static struct debugger_command *sCommands; variable226 command = sCommands; in next_debugger_command()246 for (command = sCommands; command != NULL; command = command->next) { in find_debugger_command()419 return sCommands; in get_debugger_commands()428 while (stopCommand != sCommands) { in sort_debugger_commands()429 debugger_command** command = &sCommands; in sort_debugger_commands()470 cmd->next = sCommands; in add_debugger_command_etc()471 sCommands = cmd; in add_debugger_command_etc()540 struct debugger_command *cmd = sCommands; in remove_debugger_command()556 if (cmd == sCommands) in remove_debugger_command()[all …]