Searched refs:helpLength (Results 1 – 1 of 1) sorted by relevance
228 size_t helpLength; in singleOptionHelp() local373 helpLength = strlen(help); in singleOptionHelp()375 while (helpLength > lineLength) { in singleOptionHelp()391 helpLength = strlen(help); in singleOptionHelp()395 if (helpLength) fprintf(fp, "%s\n", help); in singleOptionHelp()