Searched refs:help_option (Results 1 – 3 of 3) sorted by relevance
/external/zstd/tests/regression/ |
D | test.c | 73 help_option, enumerator 109 {'h', "display this message", help_option, NULL}, 122 case help_option: in required_message()
|
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 572 for (help_option, short, desc, func) in cmd_class.help_options: 573 if hasattr(opts, parser.get_attr_name(help_option)): 581 % (func, help_option))
|
/external/python/cpython3/Lib/distutils/ |
D | dist.py | 586 for (help_option, short, desc, func) in cmd_class.help_options: 587 if hasattr(opts, parser.get_attr_name(help_option)): 595 % (func, help_option))
|