Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libadm/common/
H A Dputtext.c51 wchar_t *copy, *lastword, *lastend, temp[MWIDTH+1]; in puttext() local
93 lastend = NULL; in puttext()
137 lastend = copy; in puttext()
146 lastend = copy; in puttext()
155 lastend = copy; in puttext()
186 lastend = copy; in puttext()
241 lastend = copy; in puttext()
273 if (lastend) in puttext()
274 *lastend = L'\0'; in puttext()
284 lastend = NULL; in puttext()
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c128 extern int lastend;
226 lastend = -1; in setcolor()
H A Ddpost.c416 int lastend; /* where last character on this line was */ variable
2427 if ( lastend == -1 ) in starttext()
2428 lastend = hpos; in starttext()
2491 fprintf(tf, "%d %d drawrvbox ", lastend - rvslop, (int)(lastx + .5) + rvslop); in endtext()
2493 lastend = (lastx + .5) + 2 * rvslop; in endtext()
2589 lastx = stringstart = lastend = hpos; in endline()