Lines Matching refs:startCol
75 int startCol, endCol, startRow, endRow = 0; in _gotoNext() local
82 startCol = oAddr.StartColumn; in _gotoNext()
94 if (!(startCol == startCol2)){ in _gotoNext()
110 int startCol, endCol, startRow, endRow = 0; in _gotoOffset() local
117 startCol = oAddr.StartColumn; in _gotoOffset()
128 if (!(startCol == startCol2) || (startRow == startRow2)){ in _gotoOffset()
144 int startCol, endCol, startRow, endRow = 0; in _gotoPrevious() local
151 startCol = oAddr.StartColumn; in _gotoPrevious()
163 if (!(startCol == startCol2)){ in _gotoPrevious()
180 int startCol, endCol, startRow, endRow = 0; in _gotoStart() local
187 startCol = oAddr.StartColumn; in _gotoStart()
190 if ((startCol == endCol) && (endRow == startRow)){ in _gotoStart()
217 int startCol, endCol, startRow, endRow = 0; in _gotoEnd() local
224 startCol = oAddr.StartColumn; in _gotoEnd()
227 if ((startCol == endCol) && (endRow == startRow)){ in _gotoEnd()