Searched defs:scend (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Demacs.c178 int ed_emacsread(void *context, int fd,char *buff,int scend, int reedit) argument
204 return(reedit?reedit:ed_read(context, fd,buff,scend,0));
253 if(scend+plen > (MAXLINE-2))
254 scend = (MAXLINE-2)-plen;
364 if ((eol+1) >= (scend)) /* will not fit on line */
378 if ((c + eol) > scend)

Completed in 11 milliseconds