Searched refs:lastend (Results 1 – 3 of 3) sorted by relevance
51 wchar_t *copy, *lastword, *lastend, temp[MWIDTH+1]; in puttext() local93 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()
128 extern int lastend;226 lastend = -1; in setcolor()
416 int lastend; /* where last character on this line was */ variable2427 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()