Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.inputl.c838 Char *argptr, *OldCursor, *OldLastChar; in SpellLine() local
841 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() local
920 OldCursor = Cursor; in CompleteLine()
945 if (argptr < OldCursor) in CompleteLine()
946 OldCursor += (LastChar - OldLastChar); in CompleteLine()
952 Cursor = OldCursor; in CompleteLine()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3137 const auto OldCursor = Cursor ? *Cursor : 0; in sortCppIncludes() local
3162 *Cursor = OldCursor; in sortCppIncludes()