Symbol: CommandEntry
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
352
CommandEntry* entry = new(std::nothrow) CommandEntry(nextName,
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
368
CommandEntry* commandEntry = _FindCommand(argv[0]);
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
374
CommandLineUserInterface::CommandEntry*
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
380
CommandEntry* commandEntry = NULL;
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
381
for (int32 i = 0; CommandEntry* entry = fCommands.ItemAt(i); i++) {
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
391
for (int32 i = 0; CommandEntry* entry = fCommands.ItemAt(i); i++) {
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
417
CommandEntry* commandEntry = _FindCommand(commandName);
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
42
CommandEntry(const BString& name, CliCommand* command)
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
427
for (int32 i = 0; CommandEntry* entry = fCommands.ItemAt(i); i++) {
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
433
for (int32 i = 0; CommandEntry* entry = fCommands.ItemAt(i); i++) {
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
442
CommandLineUserInterface::_CompareCommandEntries(const CommandEntry* command1,
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
443
const CommandEntry* command2)
src/apps/debugger/user_interface/cli/CommandLineUserInterface.h
57
struct CommandEntry;
src/apps/debugger/user_interface/cli/CommandLineUserInterface.h
73
CommandEntry* _FindCommand(const char* commandName);
src/apps/debugger/user_interface/cli/CommandLineUserInterface.h
76
const CommandEntry* command1,
src/apps/debugger/user_interface/cli/CommandLineUserInterface.h
77
const CommandEntry* command2);