Searched refs:tabStop (Results 1 – 4 of 4) sorted by relevance
60 static const int tabStop = 8; variable88 int spaces = tabStop - ( ( j + total_spaces ) % tabStop ); in untabify()111 int spaces = tabStop - ( ( (i - line) + total_spaces ) % tabStop ); in untabify()
242 additional_spaces += AbstractLogData::tabStop - in doIndex()244 + additional_spaces ) % AbstractLogData::tabStop ) - 1; in doIndex()