Home
last modified time | relevance | path

Searched refs:tt_scroll_top (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/window/
HDxxflush.c153 if (tt.tt_scroll_top != xp->arg1 || in xxflush_scroll()
174 if (tt.tt_scroll_top != xp->arg1 || in xxflush_scroll()
HDttgeneric.c270 if (row < tt.tt_scroll_top || row > tt.tt_scroll_bot) in gen_move()
414 gen_move(tt.tt_scroll_top, 0); in gen_scroll_up()
426 tt.tt_scroll_top = top; in gen_setscroll()
HDttinit.c112 tt.tt_scroll_top = 0; in ttinit()
HDtt.h84 int tt_scroll_top; /* top of scrolling region */ member
HDxx.c97 if (tt.tt_scroll_top != 0 || tt.tt_scroll_bot != tt.tt_nrow - 1) in xxend()
HDwwscroll.c115 ((tt.tt_scroll_top != row1x || tt.tt_scroll_bot != row2x - 1) && in wwscroll1()
HDttzapple.c353 tt.tt_scroll_top = top; in zz_setscroll()