Lines Matching defs:yp
107 const char *xp, *yp;
255 yp = args_get(args, 'y');
256 if (yp == NULL || strcmp(yp, "C") == 0)
257 yp = "#{popup_centre_y}";
258 else if (strcmp(yp, "P") == 0)
259 yp = "#{popup_pane_bottom}";
260 else if (strcmp(yp, "M") == 0)
261 yp = "#{popup_mouse_top}";
262 else if (strcmp(yp, "S") == 0)
263 yp = "#{popup_status_line_y}";
264 else if (strcmp(yp, "W") == 0)
265 yp = "#{popup_window_status_line_y}";
266 p = format_expand(ft, yp);
277 log_debug("%s: -y: %s = %s = %u (-h %u)", __func__, yp, p, *py, h);