Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/bectl/
H A Dbectl.c106 static struct command_map_entry command_map[] = variable
130 for (i = 0; i < nitems(command_map); ++i) { in get_cmd_info()
131 if (strcmp(cmd, command_map[i].command) == 0) in get_cmd_info()
132 return (&command_map[i]); in get_cmd_info()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h556 CommandObject::CommandMap &command_map);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2618 StringList &commands_help, CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument
2621 for (pos = command_map.begin(); pos != command_map.end(); ++pos) { in FindCommandsForApropos()