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

/xsrc/external/mit/xset/dist/
H A Dxset.c130 static void set_mouse(Display *dpy, int acc_num, int acc_denom, int threshold);
439 int acc_denom = SERVER_DEFAULT; local in function:main
443 set_mouse(dpy, acc_num, acc_denom, threshold);
450 acc_denom = 1;
451 sscanf(arg, "%d/%d", &acc_num, &acc_denom);
454 set_mouse(dpy, acc_num, acc_denom, threshold);
463 set_mouse(dpy, acc_num, acc_denom, threshold);
1039 set_mouse(Display *dpy, int acc_num, int acc_denom, int threshold) argument
1049 if (acc_denom <= 0) /* prevent divide by zero */
1050 acc_denom
1259 int acc_num, acc_denom, threshold; local in function:query
[all...]

Completed in 3 milliseconds