lastch           1788 ext/ftp/ftp.c  	int		ch, lastch;
lastch           1830 ext/ftp/ftp.c  	lastch = 0;
lastch           1840 ext/ftp/ftp.c  			if (*ptr == '\n' && lastch == '\r') {
lastch           1843 ext/ftp/ftp.c  			lastch = *ptr;
lastch           1856 ext/ftp/ftp.c  	lastch = 0;
lastch           1858 ext/ftp/ftp.c  		if (ch == '\n' && lastch == '\r') {
lastch           1864 ext/ftp/ftp.c  		lastch = ch;
lastch           1928 ext/ftp/ftp.c  	ftp->lastch = 0;
lastch           1946 ext/ftp/ftp.c  	int		lastch;
lastch           1959 ext/ftp/ftp.c  	lastch = ftp->lastch;
lastch           1967 ext/ftp/ftp.c  				if (lastch == '\r' && *ptr != '\n') {
lastch           1973 ext/ftp/ftp.c  				lastch = *ptr;
lastch           1979 ext/ftp/ftp.c  		ftp->lastch = lastch;
lastch           1983 ext/ftp/ftp.c  	if (type == FTPTYPE_ASCII && lastch == '\r') {
lastch           2040 ext/ftp/ftp.c  	ftp->lastch = 0;
lastch             80 ext/ftp/ftp.h  	int				lastch;		/* last char of previous call */