Searched refs:OPTION_DEBUG (Results 1 – 9 of 9) sorted by relevance
/haiku/src/bin/pkgman/ |
H A D | CommonOptions.h | 14 OPTION_DEBUG = 256, enumerator
|
H A D | CommonOptions.cpp | 30 case OPTION_DEBUG: in HandleOption()
|
H A D | command_full_sync.cpp | 62 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
|
H A D | command_update.cpp | 64 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
|
H A D | command_uninstall.cpp | 60 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
|
H A D | command_install.cpp | 68 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
|
H A D | command_info.cpp | 50 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
|
H A D | command_resolve_dependencies.cpp | 122 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
|
H A D | command_search.cpp | 153 { "debug", required_argument, 0, OPTION_DEBUG }, in Execute()
|