Searched refs:nLastSelEnd (Results 1 – 3 of 3) sorted by relevance
408 int nLastSelStart, nLastSelEnd; member
1332 if (nStart == nEnd && editor->nLastSelStart == editor->nLastSelEnd) in ME_InvalidateSelection()1340 if (editor->nLastSelStart > len || editor->nLastSelEnd > len) { in ME_InvalidateSelection()1354 if (nEnd < editor->nLastSelEnd) { in ME_InvalidateSelection()1357 } else if (nEnd > editor->nLastSelEnd) { in ME_InvalidateSelection()1366 ME_GetSelectionOfs(editor, &editor->nLastSelStart, &editor->nLastSelEnd); in ME_InvalidateSelection()
3115 ed->nLastSelStart = ed->nLastSelEnd = 0; in ME_MakeEditor()