Home
last modified time | relevance | path

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

/dports/games/xzip/xzip/
H A Dxio.h181 #define op_DownPage 4 macro
H A Dxkey.c28 {xted_scroll, op_DownPage, 0, "scroll-down"},
H A Dxtext.c1734 case op_DownPage:
/dports/games/xglk/xglk/
H A Dxglk.h252 #define op_DownPage (20) macro
H A Dxglk_weggie.c152 (*weg->scrollfunc)(weg->rock, op_DownPage); in xweg_click_scrollbar()
H A Dxglk_key.c61 {xgc_scroll, op_DownPage, 0, "scroll-down"},
H A Dxg_win_textbuf.c2294 case op_DownPage: in xgc_buf_scroll()