Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadm/common/
H A Dputtext.c50 wchar_t *copy, *lastword, *lastend, temp[MWIDTH+1]; in puttext() local
92 lastend = NULL; in puttext()
136 lastend = copy; in puttext()
145 lastend = copy; in puttext()
154 lastend = copy; in puttext()
185 lastend = copy; in puttext()
240 lastend = copy; in puttext()
272 if (lastend) in puttext()
273 *lastend = L'\0'; in puttext()
283 lastend = NULL; in puttext()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dcolor.c126 extern int lastend;
224 lastend = -1; in setcolor()
H A Ddpost.c414 int lastend; /* where last character on this line was */ variable
2425 if ( lastend == -1 ) in starttext()
2426 lastend = hpos; in starttext()
2489 fprintf(tf, "%d %d drawrvbox ", lastend - rvslop, (int)(lastx + .5) + rvslop); in endtext()
2491 lastend = (lastx + .5) + 2 * rvslop; in endtext()
2587 lastx = stringstart = lastend = hpos; in endline()