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

/external/curl/src/
H A Dtool_help.c48 static const struct helptxt helptext[] = { variable in typeref:struct:helptxt
515 for(i = 0; helptext[i].opt; i++) {
516 printf(" %-19s %s\n", helptext[i].opt, helptext[i].desc);
/external/syslinux/com32/include/
H A Dmenu.h61 char *helptext; member in struct:menu_entry
/external/syslinux/com32/menu/
H A Dreadconfig.c224 char *helptext; member in struct:labeldata
340 me->helptext = ld->helptext;
942 int len = ld.helptext ? strlen(ld.helptext) : 0;
961 ld.helptext = realloc(ld.helptext, len + xlen + 1);
962 memcpy(ld.helptext + len, line, xlen + 1);
1029 ld.helptext = NULL;
H A Dmenumain.c831 display_help(me->helptext);
835 display_help(me->helptext);
/external/syslinux/com32/elflink/ldlinux/
H A Dreadconfig.c254 char *helptext; member in struct:labeldata
370 me->helptext = ld->helptext;
1118 int len = ld.helptext ? strlen(ld.helptext) : 0;
1137 ld.helptext = realloc(ld.helptext, len + xlen + 1);
1138 memcpy(ld.helptext + len, line, xlen + 1);
1192 ld.helptext = NULL;
/external/python/cpython2/Lib/test/
H A Dtest_pydoc.py525 helptext = help_io.getvalue()
526 self.assertIn('_1', helptext)
527 self.assertIn('_replace', helptext)
528 self.assertIn('_asdict', helptext)
/external/python/cpython3/Lib/test/
H A Dtest_pydoc.py566 helptext = help_io.getvalue()
567 self.assertIn('_1', helptext)
568 self.assertIn('_replace', helptext)
569 self.assertIn('_asdict', helptext)
1088 helptext = help_io.getvalue()
1089 self.assertIn('class Enum', helptext)
/external/python/cpython2/Tools/pybench/
H A DCommandLine.py159 helptext = '' variable in class:Option
/external/python/cpython3/Tools/pybench/
H A DCommandLine.py161 helptext = '' variable in class:Option

Completed in 263 milliseconds