Searched refs:scend (Results 1 – 1 of 1) sorted by relevance
178 int ed_emacsread(void *context, int fd,char *buff,int scend, int reedit) in ed_emacsread() argument203 return(reedit?reedit:ed_read(context, fd,buff,scend,0)); in ed_emacsread()252 if(scend+plen > (MAXLINE-2)) in ed_emacsread()253 scend = (MAXLINE-2)-plen; in ed_emacsread()361 if ((eol+1) >= (scend)) /* will not fit on line */ in ed_emacsread()375 if ((c + eol) > scend) in ed_emacsread()