Searched refs:step_y (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dmouse.c65 int step_y, int step_x,
71 butPtr->step_y = MAX(1, step_y);
98 (butPtr->step_y != 0) ||
111 butPtr->step_y = 0;
62 dlg_mouse_mkbigregion(int y, int x, int height, int width, int code, int step_y, int step_x, int mode) argument
H A Ddialog.h880 int mode, step_x, step_y; member in struct:mseRegion
891 extern void dlg_mouse_mkbigregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*code*/, int /*step_x*/, int /*step_y*/, int /*mode*/);
903 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/

Completed in 100 milliseconds