Home
last modified time | relevance | path

Searched refs:helptext (Results 1 – 8 of 8) sorted by relevance

/external/curl/src/
Dtool_help.c46 static const char *const helptext[] = { variable
325 for(i = 0; helptext[i]; i++) { in tool_help()
326 puts(helptext[i]); in tool_help()
/external/syslinux/com32/menu/
Dreadconfig.c224 char *helptext; member
340 me->helptext = ld->helptext; in record()
942 int len = ld.helptext ? strlen(ld.helptext) : 0; in parse_config_file()
961 ld.helptext = realloc(ld.helptext, len + xlen + 1); in parse_config_file()
962 memcpy(ld.helptext + len, line, xlen + 1); in parse_config_file()
1029 ld.helptext = NULL; in parse_config_file()
Dmenumain.c831 display_help(me->helptext); in run_menu()
835 display_help(me->helptext); in run_menu()
/external/python/cpython2/Lib/test/
Dtest_pydoc.py525 helptext = help_io.getvalue()
526 self.assertIn('_1', helptext)
527 self.assertIn('_replace', helptext)
528 self.assertIn('_asdict', helptext)
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c254 char *helptext; member
370 me->helptext = ld->helptext; in record()
1118 int len = ld.helptext ? strlen(ld.helptext) : 0; in parse_config_file()
1137 ld.helptext = realloc(ld.helptext, len + xlen + 1); in parse_config_file()
1138 memcpy(ld.helptext + len, line, xlen + 1); in parse_config_file()
1192 ld.helptext = NULL; in parse_config_file()
/external/syslinux/com32/include/
Dmenu.h61 char *helptext; member
/external/python/cpython2/Tools/pybench/
DCommandLine.py159 helptext = '' variable in Option
/external/testng/doc/samplereport/css/
Dmaven-classic.css239 #helptext .label {
501 .contentBox .helplink, #helptext .helplink {