Searched refs:opt_wait_activate_name (Results 1 – 1 of 1) sorted by relevance
2167 static gchar *opt_wait_activate_name = NULL; variable2184 opt_wait_activate_name = g_strdup (value); in opt_wait_activate_cb()2296 if (*argc == 2 && opt_wait_activate_set && opt_wait_activate_name != NULL) in handle_wait()2298 activate_service = opt_wait_activate_name; in handle_wait()2302 opt_wait_activate_set && opt_wait_activate_name == NULL) in handle_wait()2313 opt_wait_activate_set && opt_wait_activate_name != NULL) in handle_wait()2315 activate_service = opt_wait_activate_name; in handle_wait()2316 wait_service = opt_wait_activate_name; in handle_wait()2319 opt_wait_activate_set && opt_wait_activate_name == NULL) in handle_wait()2389 g_free (opt_wait_activate_name); in handle_wait()[all …]