Home
last modified time | relevance | path

Searched refs:nextTabStop (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1601 int32 nextTabStop = _NextTabStop(_column); in _DrawLineSyntaxSection() local
1602 int32 diff = nextTabStop - _column; in _DrawLineSyntaxSection()
1603 _column = nextTabStop; in _DrawLineSyntaxSection()