lastch           1614 ext/ftp/ftp.c  	int		ch, lastch;
lastch           1656 ext/ftp/ftp.c  	lastch = 0;
lastch           1666 ext/ftp/ftp.c  			if (*ptr == '\n' && lastch == '\r') {
lastch           1669 ext/ftp/ftp.c  			lastch = *ptr;
lastch           1682 ext/ftp/ftp.c  	lastch = 0;
lastch           1684 ext/ftp/ftp.c  		if (ch == '\n' && lastch == '\r') {
lastch           1690 ext/ftp/ftp.c  		lastch = ch;
lastch           1754 ext/ftp/ftp.c  	ftp->lastch = 0;
lastch           1772 ext/ftp/ftp.c  	int		lastch;
lastch           1785 ext/ftp/ftp.c  	lastch = ftp->lastch;
lastch           1793 ext/ftp/ftp.c  				if (lastch == '\r' && *ptr != '\n') {
lastch           1799 ext/ftp/ftp.c  				lastch = *ptr;
lastch           1805 ext/ftp/ftp.c  		ftp->lastch = lastch;
lastch           1809 ext/ftp/ftp.c  	if (type == FTPTYPE_ASCII && lastch == '\r') {
lastch           1866 ext/ftp/ftp.c  	ftp->lastch = 0;
lastch             80 ext/ftp/ftp.h  	int				lastch;		/* last char of previous call */