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

/haiku/src/tools/fs_shell/
H A Dfssh.h17 typedef fssh_status_t command_function(int argc, const char* const* argv); typedef
33 Command(command_function* function,
45 command_function* fFunction;
58 void AddCommand(command_function* function,
60 void AddCommands(command_function* function,
H A Dfssh.cpp131 Command::Command(command_function* function, const char* name,
205 CommandManager::AddCommand(command_function* function, const char* name,
213 CommandManager::AddCommands(command_function* function, const char* name,
222 function = va_arg(args, command_function*);

Completed in 36 milliseconds