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

/freebsd-12-stable/contrib/dialog/
H A Dutil.c944 int max_x = 2; local
984 max_x = MAX(max_x, x);
994 *wide = max_x;
1176 int max_x = SCOLS - 2; local
1177 int max_width = max_x;
1181 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
1190 max_x = (int) ((float) wide / diff + 4);
1191 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
1200 while (car < ar && max_x < max_widt
[all...]
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c236 int max_x; member in struct:synapticsinfo
3804 int max_x, max_y; local
3818 max_x = sc->syninfo.max_x;
3831 else if (x0 >= max_x - margin_right)
3832 x0 = max_x - margin_right;
3975 max_x + vscroll_ver_area))
4154 int max_x, max_y; local
4184 max_x = sc->syninfo.max_x;
[all...]

Completed in 289 milliseconds