Searched refs:otherHelp (Results 1 – 3 of 3) sorted by relevance
569 if (con->otherHelp) in poptPrintHelp()570 fprintf(fp, " %s\n", con->otherHelp); in poptPrintHelp()806 if (con->otherHelp) { in poptPrintUsage()807 cursor += strlen(con->otherHelp) + 1; in poptPrintUsage()809 fprintf(fp, " %s", con->otherHelp); in poptPrintUsage()817 con->otherHelp = _free(con->otherHelp); in poptSetOtherOptionHelp()818 con->otherHelp = xstrdup(text); in poptSetOtherOptionHelp()
91 const char * otherHelp; member
1098 con->otherHelp = _free(con->otherHelp); in poptFreeContext()