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

/freebsd-11-stable/contrib/dialog/
H A Dmouse.c64 int step_y, int step_x,
70 butPtr->step_y = MAX(1, step_y);
97 butPtr->step_y = 0;
61 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.h837 int mode, step_x, step_y; member in struct:mseRegion
848 extern void dlg_mouse_mkbigregion (int /*y*/, int /*x*/, int /*height*/, int /*width*/, int /*code*/, int /*step_x*/, int /*step_y*/, int /*mode*/);
860 #define dlg_mouse_mkbigregion(y, x, height, width, code, step_x, step_y, mode) /*nothing*/
/freebsd-11-stable/contrib/gcc/
H A Dtree-data-ref.c2700 int step_x, step_y, step_z;
2708 step_y = int_cst_value (CHREC_RIGHT (chrec_a));
2737 compute_overlap_steps_for_affine_univar (niter, step_y, step_z,
2743 compute_overlap_steps_for_affine_univar (niter, step_x + step_y, step_z,
2696 int step_x, step_y, step_z; local

Completed in 121 milliseconds