Home
last modified time | relevance | path

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

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