Searched refs:HelpCommand (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h60 struct HelpCommand;
63 friend struct HelpCommand;
H A DCommandLineUserInterface.cpp65 // #pragma mark - HelpCommand
68 struct CommandLineUserInterface::HelpCommand : CliCommand { struct in class:CommandLineUserInterface
69 HelpCommand(CommandLineUserInterface* userInterface) function in struct:CommandLineUserInterface::HelpCommand
318 && _RegisterCommand("help", new(std::nothrow) HelpCommand(this))

Completed in 37 milliseconds