Lines Matching defs:eol
125 #define eol editb.e_eol
240 cur = eol;
255 cur = eol;
289 out[eol] = '\0';
306 else if ((c == usreof)&&(eol == 0))
361 if ((eol+1) >= (scend)) /* will not fit on line */
366 for(i= ++eol; i>cur; i--)
375 if ((c + eol) > scend)
381 for(i=eol;i>=cur;i--)
387 eol = genlen(out);
412 eol -= count;
418 eol--;
430 if (ep->mark > eol )
431 ep->mark = eol;
454 while ((count--)&&(eol>0)&&(i<eol))
457 eol--;
472 while (count-- && eol>i)
493 if ((count == 0) || (count > eol))
500 while (i < eol)
525 if ((sh_isoption(SH_EMACS))&& (eol!=i))
545 i = eol;
564 eol = i;
698 eol = genlen(out);
699 cur = eol;
723 out[eol++] = '\n';
724 out[eol] = '\0';
821 while(value-- && i<eol)
945 if ((eol - cur) >= sizeof(name))
955 eol++;
994 if(ed_expand(ep->ed,(char*)out,&cur,&eol,i,count) < 0)
1029 if ((value == 0) || (value > eol))
1043 i = eol;
1068 if(!ep->ed->hlist && cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2))
1070 if(cur>0 && eol==cur && (cur<(SEARCHSIZE-2) || ep->prevdirection == -2))
1147 if (ep->mark > eol)
1148 ep->mark = eol;
1205 strcat(debugbuf, " eol=");
1206 strcat(debugbuf, itos(eol));