Home
last modified time | relevance | path

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

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