Lines Matching defs:restart_protocol
76 * On return, set the run_local flag, restart_protocol and restart_machine.
81 Bool *run_local, char **restart_protocol, char **restart_machine)
87 *restart_protocol = NULL;
97 *restart_protocol = (char *) XtNewString ("rstart-rsh");
102 *restart_protocol = (char *) XtNewString (restart_service_prop);
103 (*restart_protocol)[temp - restart_service_prop] = '\0';
108 strcmp (*restart_protocol, "local") == 0)
122 *restart_protocol = (char *) XtNewString ("rstart-rsh");
159 char *restart_protocol;
243 &run_local, &restart_protocol, &restart_machine);
310 remote_start (restart_protocol, restart_machine,
315 if (restart_protocol)
316 XtFree (restart_protocol);
352 char *restart_protocol;
440 &run_local, &restart_protocol, &restart_machine);
489 remote_start (restart_protocol, restart_machine,
494 if (restart_protocol)
495 XtFree (restart_protocol);