Home
last modified time | relevance | path

Searched refs:memoOffset (Results 1 – 2 of 2) sorted by last modified time

/dports/games/xboard/xboard-4.9.1/
H A Dhistory.c67 int memoOffset; member
144 histMoves[index].memoOffset = AppendToHistoryMemo( buf, 0, 0 ); in AppendMoveToMemo()
176 HighlightMove( histMoves[index].memoOffset, in DoHighlight()
177 histMoves[index].memoOffset + histMoves[index].memoLength, onoff ); in DoHighlight()
201 caretPos = histMoves[currCurrent].memoOffset + histMoves[currCurrent].memoLength; in MemoContentUpdated()
218 if( char_index >= histMoves[index].memoOffset && in FindMoveByCharIndex()
219 char_index < (histMoves[index].memoOffset + histMoves[index].memoLength) ) in FindMoveByCharIndex()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dhistory.c66 int memoOffset; member
143 histMoves[index].memoOffset = AppendToHistoryMemo( buf, 0, 0 ); in AppendMoveToMemo()
175 HighlightMove( histMoves[index].memoOffset, in DoHighlight()
176 histMoves[index].memoOffset + histMoves[index].memoLength, onoff ); in DoHighlight()
200 caretPos = histMoves[currCurrent].memoOffset + histMoves[currCurrent].memoLength; in MemoContentUpdated()
217 if( char_index >= histMoves[index].memoOffset && in FindMoveByCharIndex()
218 char_index < (histMoves[index].memoOffset + histMoves[index].memoLength) ) in FindMoveByCharIndex()