Searched refs:command_map (Results 1 – 3 of 3) sorted by relevance
105 static struct command_map_entry command_map[] = variable129 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()
601 CommandObject::CommandMap &command_map);
2677 StringList &commands_help, CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument2680 for (pos = command_map.begin(); pos != command_map.end(); ++pos) { in FindCommandsForApropos()