Home
last modified time | relevance | path

Searched refs:tt_nrow (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.bin/window/
HDxx.c49 xxbufsize = tt.tt_nrow * tt.tt_ncol * 2; in xxinit()
97 if (tt.tt_scroll_top != 0 || tt.tt_scroll_bot != tt.tt_nrow - 1) in xxend()
99 (*tt.tt_setscroll)(0, tt.tt_nrow - 1); in xxend()
104 (*tt.tt_move)(tt.tt_nrow - 1, 0); in xxend()
HDttinit.c110 if (wwgetttysize(0, &tt.tt_nrow, &tt.tt_ncol) < 0) in ttinit()
113 tt.tt_scroll_bot = tt.tt_nrow - 1; in ttinit()
HDxxflush.c164 if (xp->arg2 < tt.tt_nrow) { in xxflush_scroll()
183 if (tt.tt_retain || xp->arg2 != tt.tt_nrow) { in xxflush_scroll()
HDtt.h88 int tt_nrow; /* number of display rows */ member
HDttgeneric.c271 gen_setscroll(0, tt.tt_nrow - 1); in gen_move()
579 tt.tt_nrow = gen_LI; in tt_generic()
HDtth19.c295 tt.tt_nrow = NROW; in tt_h19()
HDttzapple.c497 tt.tt_nrow = NROW; in tt_zapple()
HDwwinit.c207 wwnrow = tt.tt_nrow; in wwinit()