Home
last modified time | relevance | path

Searched refs:otherHelp (Results 1 – 3 of 3) sorted by relevance

/third_party/popt/src/
Dpopthelp.c635 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()
Dpoptint.h114 const char * otherHelp; member
Dpopt.c1534 con->otherHelp = _free(con->otherHelp); in poptFreeContext()