Searched refs:TAB_WIDTH (Results 1 – 1 of 1) sorted by relevance
38 const int TAB_WIDTH = 4; // タブ幅 variable503 int tab_size = TAB_WIDTH - (cnt & (TAB_WIDTH - 1)); in DrawLine()606 len = (len + TAB_WIDTH) & ~(TAB_WIDTH - 1); in StrLineWidth()