Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dmouse.c65 int step_y, int step_x, in dlg_mouse_mkbigregion() argument
70 butPtr->step_x = MAX(1, step_x); in dlg_mouse_mkbigregion()
97 (butPtr->step_x != 0) || in dlg_mouse_mkregion()
110 butPtr->step_x = 0; in dlg_mouse_mkregion()
H A Dmousewget.c55 int row = (p->X - p->x) / p->step_x; in mouse_wgetch()
63 key += (x / p->step_x); in mouse_wgetch()
67 key += (x / p->step_x) + (y * row); in mouse_wgetch()
H A Ddialog.h927 int mode, step_x, step_y; member
950 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/ argument