Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp394 if (entry->help_function) { in GetArgumentHelp()
395 llvm::StringRef help_text = entry->help_function(); in GetArgumentHelp()
396 if (!entry->help_function.self_formatting) { in GetArgumentHelp()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h85 ArgumentHelpCallback help_function; member
/freebsd-13.1/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()