otherHelp        1085 lib/popt/popt.c     con->otherHelp = (const char *)_free(con->otherHelp);
otherHelp         508 lib/popt/popthelp.c     if (con->otherHelp)
otherHelp         509 lib/popt/popthelp.c 	fprintf(fp, " %s\n", con->otherHelp);
otherHelp         726 lib/popt/popthelp.c     if (con->otherHelp) {
otherHelp         727 lib/popt/popthelp.c 	cursor += strlen(con->otherHelp) + 1;
otherHelp         729 lib/popt/popthelp.c 	fprintf(fp, " %s", con->otherHelp);
otherHelp         737 lib/popt/popthelp.c     con->otherHelp = (const char *)_free(con->otherHelp);
otherHelp         738 lib/popt/popthelp.c     con->otherHelp = xstrdup(text);
otherHelp          91 lib/popt/poptint.h     const char * otherHelp;