Lines Matching full:tabsize
176 tabsize = _tabsize;183 int tabsize;191 // Do nothing if the tabsize is 0.192 if ( tabsize < 1 )249 col = (col / tabsize + 1) * tabsize;708 TabSize(), location.row, location.col );1323 int tabsize = 4;1325 tabsize = document->TabSize();