Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/window/
Dxx.c54 xxbufsize = tt.tt_nrow * tt.tt_ncol * 2; in xxinit()
98 if (tt.tt_scroll_top != 0 || tt.tt_scroll_bot != tt.tt_nrow - 1) in xxend()
100 (*tt.tt_setscroll)(0, tt.tt_nrow - 1); in xxend()
105 (*tt.tt_move)(tt.tt_nrow - 1, 0); in xxend()
Dttinit.c127 if (wwgetttysize(0, &tt.tt_nrow, &tt.tt_ncol) < 0) in ttinit()
130 tt.tt_scroll_bot = tt.tt_nrow - 1; in ttinit()
Dxxflush.c172 if (xp->arg2 < tt.tt_nrow) {
191 if (tt.tt_retain || xp->arg2 != tt.tt_nrow) {
Dtt.h80 int tt_nrow; /* number of display rows */ member
Dttgeneric.c249 gen_setscroll(0, tt.tt_nrow - 1);
544 tt.tt_nrow = gen_LI; in tt_generic()
Dtth19.c277 tt.tt_nrow = NROW; in tt_h19()
Dttzapple.c462 tt.tt_nrow = NROW; in tt_zapple()
Dwwinit.c213 wwnrow = tt.tt_nrow; in wwinit()