Searched refs:OptionFieldWidth (Results 1 – 2 of 2) sorted by relevance
339 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local348 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()354 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()360 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()
483 unsigned OptionFieldWidth = 0; in PrintHelpOptionList() local488 OptionFieldWidth = std::max(OptionFieldWidth, Length); in PrintHelpOptionList()494 int Pad = OptionFieldWidth - int(Option.size()); in PrintHelpOptionList()500 Pad = OptionFieldWidth + InitialPad; in PrintHelpOptionList()