Searched refs:helptext (Results 1 – 6 of 6) sorted by relevance
46 static const char *const helptext[] = { variable296 for(i = 0; helptext[i]; i++) { in tool_help()297 puts(helptext[i]); in tool_help()
224 char *helptext; member340 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()
831 display_help(me->helptext); in run_menu()835 display_help(me->helptext); in run_menu()
254 char *helptext; member370 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()
61 char *helptext; member
239 #helptext .label {501 .contentBox .helplink, #helptext .helplink {