Searched refs:help_function (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h85 ArgumentHelpCallback help_function; member in struct:lldb_private::CommandObject::ArgumentTableEntry
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp392 if (entry->help_function) {
393 llvm::StringRef help_text = entry->help_function();
394 if (!entry->help_function.self_formatting) {
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c68 void (*help_function) (FILE * out, int detail); member in struct:command
103 console_cmds[i].help_function(out, 0);
308 console_cmds[i].help_function(out, 1);

Completed in 109 milliseconds