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

/freebsd-11-stable/sbin/bectl/
H A Dbectl.c105 static struct command_map_entry command_map[] = variable in typeref:struct:command_map_entry
129 for (i = 0; i < nitems(command_map); ++i) {
130 if (strcmp(cmd, command_map[i].command) == 0)
131 return (&command_map[i]);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h529 CommandObject::CommandMap &command_map);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2595 StringList &commands_help, CommandObject::CommandMap &command_map) {
2598 for (pos = command_map.begin(); pos != command_map.end(); ++pos) {
2593 FindCommandsForApropos( llvm::StringRef search_word, StringList &commands_found, StringList &commands_help, CommandObject::CommandMap &command_map) argument

Completed in 68 milliseconds