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