Searched refs:endcore (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c336 if ((inglobal == 0 || inopen) && which <= endcore) {
428 if (endcore >= (line *) MAXDATA)
436 if (end <= (unsigned char *) endcore)
438 endcore = (line *) end;
440 endcore += 1024;
706 while (more > (endcore - truedol))
H A Dex.c458 endcore = fendcore - 2;
H A Dex.h222 var line *endcore; /* Last available core location */ variable
H A Dex_vops.c266 while ((line *) endcore - truedol < nlines)
H A Dexrecover.c119 endcore = fendcore - 2;
H A Dex_cmdsub.c75 if (truedol >= endcore) {
/illumos-gate/usr/src/cmd/ed/
H A Ded.c200 static LINE endcore; variable
1485 if (dol >= endcore) {
1490 endcore += 512;
1820 endcore = fendcore - sizeof (struct lin);

Completed in 62 milliseconds