Searched refs:cmd_types (Results 1 – 10 of 10) sorted by relevance
86 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute() local88 cmd_types |= CommandInterpreter::eCommandTypesAliases; in DoExecute()90 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()91 cmd_types |= CommandInterpreter::eCommandTypesUserMW; in DoExecute()94 cmd_types |= CommandInterpreter::eCommandTypesHidden; in DoExecute()97 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
33 typedef enum cmd_types39 cmd_types;168 cmd_types type;
105 enum cmd_types301 enum cmd_types type, in add_set_or_show_cmd()
46 typedef enum cmd_types enum52 cmd_types; typedef165 extern enum cmd_types cmd_type (struct cmd_list_element *cmd);
2757 * command.h: Add types cmd_types and var_types.
11751 (enum cmd_types): Document that it will eventually be moved to11762 (enum cmd_types): Comment out.
24 enum cmd_types { enum
44 enum cmd_types { enum
1408 uint32_t cmd_types) { in GetHelp() argument1418 if ((cmd_types & eCommandTypesBuiltin) == eCommandTypesBuiltin) { in GetHelp()1423 if (!(cmd_types & eCommandTypesHidden) && in GetHelp()1434 ((cmd_types & eCommandTypesAliases) == eCommandTypesAliases)) { in GetHelp()1451 ((cmd_types & eCommandTypesUserDef) == eCommandTypesUserDef)) { in GetHelp()1463 ((cmd_types & eCommandTypesUserMW) == eCommandTypesUserMW)) { in GetHelp()
62 enum cmd_types { enum