Searched refs:OldCursor (Results 1 – 2 of 2) sorted by relevance
838 Char *argptr, *OldCursor, *OldLastChar; in SpellLine() local841 OldCursor = Cursor; in SpellLine()894 if (argptr < OldCursor) in SpellLine()895 OldCursor += (LastChar - OldLastChar); in SpellLine()901 Cursor = OldCursor; in SpellLine()917 Char *argptr, *OldCursor, *OldLastChar; in CompleteLine() local920 OldCursor = Cursor; in CompleteLine()945 if (argptr < OldCursor) in CompleteLine()946 OldCursor += (LastChar - OldLastChar); in CompleteLine()952 Cursor = OldCursor; in CompleteLine()
3137 const auto OldCursor = Cursor ? *Cursor : 0; in sortCppIncludes() local3162 *Cursor = OldCursor; in sortCppIncludes()