Searched refs:step_x (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dmousewget.c54 int row = (p->X - p->x) / p->step_x;
62 key += (x / p->step_x);
66 key += (x / p->step_x) + (y * row);
H A Dmouse.c65 int step_y, int step_x,
70 butPtr->step_x = MAX(1, step_x);
97 (butPtr->step_x != 0) ||
110 butPtr->step_x = 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 96 milliseconds