Home
last modified time | relevance | path

Searched refs:helptext (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/src/
H A Dtool_help.c83 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 Dtool_help.h73 extern const struct helptxt helptext[];
H A Dtool_listhelp.c35 const struct helptxt helptext[] = { variable
/third_party/python/Lib/test/
H A Dtest_pydoc.py675 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 Dgen.pl736 const struct helptxt helptext[] = {

Completed in 5 milliseconds