Searched refs:otherHelp (Results 1 – 3 of 3) sorted by relevance
635 if (con->otherHelp) in poptPrintHelp()636 POPT_fprintf(fp, " %s\n", con->otherHelp); in poptPrintHelp()869 if (con->otherHelp) { in poptPrintUsage()870 columns->cur += strlen(con->otherHelp) + 1; in poptPrintUsage()872 fprintf(fp, " %s", con->otherHelp); in poptPrintUsage()884 con->otherHelp = _free(con->otherHelp); in poptSetOtherOptionHelp()885 con->otherHelp = xstrdup(text); in poptSetOtherOptionHelp()
114 const char * otherHelp; member
1534 con->otherHelp = _free(con->otherHelp); in poptFreeContext()