Searched refs:toerase (Results 1 – 1 of 1) sorted by relevance
2934 int toerase = DCEvars[0]; in putChar() local2938 if (toerase == 0) { in putChar()2939 toerase = 1; in putChar()2941 if (toerase + C > columns) { in putChar()2942 toerase = columns - C; in putChar()2944 deleteArea(C, R, toerase, 1, attributes); in putChar()