Home
last modified time | relevance | path

Searched refs:cmd_types (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp86 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute() local
88 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()
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.h33 typedef enum cmd_types
39 cmd_types;
168 cmd_types type;
H A Dcli-decode.c105 enum cmd_types
301 enum cmd_types type, in add_set_or_show_cmd()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcommand.h46 typedef enum cmd_types enum
52 cmd_types; typedef
165 extern enum cmd_types cmd_type (struct cmd_list_element *cmd);
H A DChangeLog-19902757 * command.h: Add types cmd_types and var_types.
H A DChangeLog-200211751 (enum cmd_types): Document that it will eventually be moved to
11762 (enum cmd_types): Comment out.
/openbsd/usr.sbin/tcpdump/
H A Dprivsep.h24 enum cmd_types { enum
/openbsd/sbin/pflogd/
H A Dprivsep.c44 enum cmd_types { enum
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1408 uint32_t cmd_types) { in GetHelp() argument
1418 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()
/openbsd/usr.sbin/syslogd/
H A Dprivsep.c62 enum cmd_types { enum