Lines Matching refs:TermH
279 while (vcursor_h + width > TermH) in Vdraw()
286 if (vcursor_h >= TermH) { in Vdraw()
287 Vdisplay[vcursor_v][TermH] = '\0'; /* assure end of line */ in Vdraw()
391 rhdiff = TermH - vcursor_h - rprompt_h; in Refresh()
412 TermH, vcursor_h, vcursor_v, short2str(Vdisplay[0])); in Refresh()
431 cpy_pad_spaces(Display[cur_line], Vdisplay[cur_line], TermH); in Refresh()
864 if ((nsb != nfd) && fx > 0 && ((p - old) + fx < TermH)) { in update_line()
888 str_insert(old, (int) (ofd - old), TermH, nfd, fx); in update_line()
933 str_delete(old, (int) (ofd - old), TermH, -fx); in update_line()
959 ClearEOL(TermH - CursorH); in update_line()
1007 if (olen > TermH) in update_line()
1008 olen = TermH; in update_line()
1022 ClearEOL(TermH - CursorH); in update_line()
1058 str_insert(old, (int) (ofd - old), TermH, nfd, fx); in update_line()
1148 th = TermH; /* optimize for speed */ in RefCursor()
1233 while (width > 1 && CursorH + width > TermH) in PutPlusOne()
1245 if (CursorH >= TermH) { /* if we must overflow */ in PutPlusOne()
1274 if (rprompt_h != 0 && (TermH - CursorH - rprompt_h < 3)) { in RefPlusOne()
1328 (void) memset(Display[i], 0, (TermH + 1) * sizeof(Display[0][0])); in ClearDisp()
1348 ClearEOL(TermH); in ClearLines()