Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.inputl.c838 Char *argptr, *OldCursor, *OldLastChar; in SpellLine() local
840 OldLastChar = LastChar; in SpellLine()
893 if (LastChar != OldLastChar) { in SpellLine()
895 OldCursor += (LastChar - OldLastChar); in SpellLine()
896 OldLastChar = LastChar; in SpellLine()
917 Char *argptr, *OldCursor, *OldLastChar; in CompleteLine() local
919 OldLastChar = LastChar; in CompleteLine()
944 if (LastChar != OldLastChar) { in CompleteLine()
946 OldCursor += (LastChar - OldLastChar); in CompleteLine()
947 OldLastChar = LastChar; in CompleteLine()