Searched refs:autocall (Results 1 – 3 of 3) sorted by relevance
29 DEFINE_bool(autocall, false, "Call the first available other client on "
32 GtkMainWnd(const char* server, int port, bool autoconnect, bool autocall);
127 bool autocall) in GtkMainWnd() argument130 server_(server), autoconnect_(autoconnect), autocall_(autocall) { in GtkMainWnd()