Searched refs:cmd_types (Results 1 – 6 of 6) sorted by relevance
92 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute() local94 cmd_types |= CommandInterpreter::eCommandTypesAliases; in DoExecute()96 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()98 cmd_types |= CommandInterpreter::eCommandTypesHidden; in DoExecute()101 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; typedef164 extern enum cmd_types cmd_type (struct cmd_list_element *cmd);
46 enum cmd_types { enum
1178 uint32_t cmd_types) { in GetHelp() argument1188 if ((cmd_types & eCommandTypesBuiltin) == eCommandTypesBuiltin) { in GetHelp()1193 if (!(cmd_types & eCommandTypesHidden) && in GetHelp()1204 ((cmd_types & eCommandTypesAliases) == eCommandTypesAliases)) { in GetHelp()1221 ((cmd_types & eCommandTypesUserDef) == eCommandTypesUserDef)) { in GetHelp()