Home
last modified time | relevance | path

Searched refs:tt_scroll_up (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/window/
HDxxflush.c173 if (tt.tt_scroll_up) { in xxflush_scroll()
180 tt.tt_scroll_up(xp->arg0); in xxflush_scroll()
HDtt.h65 void (*tt_scroll_up)(int); member
HDtth19.c291 tt.tt_scroll_up = h19_scroll_up; in tt_h19()
HDwwscroll.c114 if ((dir > 0 ? tt.tt_scroll_down == 0 : tt.tt_scroll_up == 0) || in wwscroll1()
HDttzapple.c491 tt.tt_scroll_up = zz_scroll_up; in tt_zapple()
HDttgeneric.c565 tt.tt_scroll_up = gen_scroll_up; in tt_generic()