Lines Matching refs:sy
56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0;
69 sy = w->sy;
81 sy = args_strtonum(args, 'y', WINDOW_MINIMUM, WINDOW_MAXIMUM,
96 if (sy >= adjust)
97 sy -= adjust;
99 sy += adjust;
102 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
105 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
111 w->manual_sy = sy;