Home
last modified time | relevance | path

Searched defs:cmd_types (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcommand.h46 typedef enum cmd_types enum
52 cmd_types; typedef
/openbsd-src/usr.sbin/tcpdump/
H A Dprivsep.h24 enum cmd_types { enum
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp86 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute() local
/openbsd-src/sbin/pflogd/
H A Dprivsep.c44 enum cmd_types { enum
/openbsd-src/usr.sbin/syslogd/
H A Dprivsep.c62 enum cmd_types { enum
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1408 uint32_t cmd_types) { in GetHelp()