Searched refs:MaxOptWidth (Results 1 – 1 of 1) sorted by relevance
2172 static const size_t MaxOptWidth = 8; // arbitrary spacing for printOptionDiff variable2190 size_t NumSpaces = MaxOptWidth > L ? MaxOptWidth - L : 0; in printGenericOptionDiff()2217 MaxOptWidth > Str.size() ? MaxOptWidth - Str.size() : 0; \2243 size_t NumSpaces = MaxOptWidth > V.size() ? MaxOptWidth - V.size() : 0; in PRINT_OPT_DIFF()