Searched refs:toerase (Results 1 – 1 of 1) sorted by relevance
2933 int toerase = DCEvars[0]; in putChar() local2937 if (toerase == 0) { in putChar()2938 toerase = 1; in putChar()2940 if (toerase + C > columns) { in putChar()2941 toerase = columns - C; in putChar()2943 deleteArea(C, R, toerase, 1, attributes); in putChar()