Searched defs:scroll (Results 1 – 8 of 8) sorted by relevance
34 struct scroll { struct35 int ypad; /* y scrollable pad */ argument41 static void textupdate(struct dialog *d, struct scroll *s) in textupdate() argument
371 struct scroll { struct374 u_int threshold; /* Movement distance before virtual scrolling */ argument375 u_int speed; /* Movement distance to rate of scrolling */ argument376 enum scroll_state state; argument377 int movement;378 int hmovement;420 struct scroll scroll; /* virtual scroll state */ member1880 r_init_scroll(struct quirks *q, struct scroll *scroll) in r_init_scroll()
89 scroll(void *v) in scroll() function
275 teken_pos_t *d, bool scroll) in efi_text_copy_line()312 bool scroll = false; in efi_text_copy() local
294 GtkWidget *scroll; in hs20_web_browser() local
160 int scroll; member
877 function scroll(e, i) { function1877 scroll: TRUE, property
1248 #define scroll(win) wscrl(win,1) macro