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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c178 int ed_emacsread(void *context, int fd,char *buff,int scend, int reedit) argument
203 return(reedit?reedit:ed_read(context, fd,buff,scend,0));
252 if(scend+plen > (MAXLINE-2))
253 scend = (MAXLINE-2)-plen;
361 if ((eol+1) >= (scend)) /* will not fit on line */
375 if ((c + eol) > scend)

Completed in 47 milliseconds