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

/netbsd-current/external/bsd/tmux/dist/
H A Dserver-fn.c475 if (sg == NULL || session_group_count(sg) <= 1)
480 if (sg != NULL && session_group_count(sg) == 1)
H A Dsession.c396 return (w->references != session_group_count(sg));
582 session_group_count(struct session_group *sg) function
H A Dtmux.h3315 u_int session_group_count(struct session_group *);
H A Dformat.c2218 return (format_printf("%u", session_group_count (sg)));

Completed in 220 milliseconds