Home
last modified time | relevance | path

Searched refs:OPTION_DEBUG (Results 1 – 9 of 9) sorted by relevance

/haiku/src/bin/pkgman/
H A DCommonOptions.h14 OPTION_DEBUG = 256, enumerator
H A DCommonOptions.cpp30 case OPTION_DEBUG: in HandleOption()
H A Dcommand_full_sync.cpp62 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
H A Dcommand_update.cpp64 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
H A Dcommand_uninstall.cpp60 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
H A Dcommand_install.cpp68 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
H A Dcommand_info.cpp50 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
H A Dcommand_resolve_dependencies.cpp122 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
H A Dcommand_search.cpp153 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()