Lines Matching defs:current
114 clients_calculate_size(int type, int current, struct client *c,
157 if (loop != c && skip_client(loop, type, current, s, w)) {
226 if (loop != c && skip_client(loop, type, current, s, w))
268 __unused int current, struct session *s, struct window *w)
338 int current, __unused struct session *s, struct window *w)
341 * If the current flag is set, then skip any client where this window
342 * is not the current window - this is used for aggressive-resize.
347 if (current)
356 int type, current, changed;
369 * window is not the current window).
372 current = options_get_number(w->options, "aggressive-resize");
375 changed = clients_calculate_size(type, current, NULL, NULL, w,