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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.inputl.c839 Char *argptr, *OldCursor, *OldLastChar; local
842 OldCursor = Cursor;
895 if (argptr < OldCursor)
896 OldCursor += (LastChar - OldLastChar);
902 Cursor = OldCursor;
918 Char *argptr, *OldCursor, *OldLastChar; local
921 OldCursor = Cursor;
946 if (argptr < OldCursor)
947 OldCursor += (LastChar - OldLastChar);
953 Cursor = OldCursor;
[all...]

Completed in 44 milliseconds