Searched refs:helptext (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/src/ |
H A D | tool_help.c | 83 for(i = 0; helptext[i].opt; ++i) { in print_category() 85 if(!(helptext[i].categories & category)) in print_category() 87 len = strlen(helptext[i].opt); in print_category() 90 len = strlen(helptext[i].desc); in print_category() 97 for(i = 0; helptext[i].opt; ++i) in print_category() 98 if(helptext[i].categories & category) { in print_category() 99 printf(" %-*s %s\n", (int)longopt, helptext[i].opt, helptext[i].desc); in print_category()
|
H A D | tool_help.h | 73 extern const struct helptxt helptext[];
|
H A D | tool_listhelp.c | 35 const struct helptxt helptext[] = { variable
|
/third_party/python/Lib/test/ |
H A D | test_pydoc.py | 675 helptext = help_io.getvalue() 676 self.assertIn("nickname", helptext) 677 self.assertIn("firstname", helptext) 678 self.assertIn("Alias for field number 0", helptext) 679 self.assertIn("Alias for field number 1", helptext) 685 helptext = help_io.getvalue() 686 self.assertIn('_1', helptext) 687 self.assertIn('_replace', helptext) 688 self.assertIn('_asdict', helptext) 1550 helptext [all...] |
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 736 const struct helptxt helptext[] = {
|
Completed in 5 milliseconds