Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h713 const CommandObject::CommandMap &command_map);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2941 StringList &commands_help, const CommandObject::CommandMap &command_map) { in FindCommandsForApropos()
2942 for (const auto &pair : command_map) { in FindCommandsForApropos()
2927 FindCommandsForApropos(llvm::StringRef search_word,StringList & commands_found,StringList & commands_help,const CommandObject::CommandMap & command_map) FindCommandsForApropos() argument