Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/bectl/
HDbectl.c103 static struct command_map_entry command_map[] = variable
129 for (i = 0; i < nitems(command_map); ++i) { in get_cmd_info()
130 if (strcmp(cmd, command_map[i].command) == 0) in get_cmd_info()
131 return (&command_map[i]); in get_cmd_info()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h713 const CommandObject::CommandMap &command_map);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2941 StringList &commands_help, const CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument
2942 for (const auto &pair : command_map) { in FindCommandsForApropos()