Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp448 if (entry->help_function) { in GetArgumentHelp()
449 llvm::StringRef help_text = entry->help_function(); in GetArgumentHelp()
450 if (!entry->help_function.self_formatting) { in GetArgumentHelp()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h88 ArgumentHelpCallback help_function; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console.c68 void (*help_function) (FILE * out, int detail); member
103 console_cmds[i].help_function(out, 0); in help_command()
308 console_cmds[i].help_function(out, 1); in help_parse()