Searched refs:lastend (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dputtext.c51 wchar_t *copy, *lastword, *lastend, temp[MWIDTH+1]; local
93 lastend = NULL;
137 lastend = copy;
146 lastend = copy;
155 lastend = copy;
186 lastend = copy;
241 lastend = copy;
273 if (lastend)
274 *lastend = L'\0';
284 lastend
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c128 extern int lastend;
226 lastend = -1;
H A Ddpost.c405 * Remember some of the same things, but this time for the printer. lastend is only
416 int lastend; /* where last character on this line was */ variable
2427 if ( lastend == -1 )
2428 lastend = hpos;
2491 fprintf(tf, "%d %d drawrvbox ", lastend - rvslop, (int)(lastx + .5) + rvslop);
2493 lastend = (lastx + .5) + 2 * rvslop;
2589 lastx = stringstart = lastend = hpos;

Completed in 62 milliseconds