Home | History | Annotate | Download | only in dist

Lines Matching refs:restart_command

7545 	if (restart_command[target] == NULL)
7546 restart_command[target] = x_strdup(option);
7549 restart_command[target] = x_strdup(buffer);
7551 } else if (restart_command[target] == NULL
7552 || strcmp(restart_command[target], buffer)) {
7553 free(restart_command[target]);
7554 restart_command[target] = x_strdup(buffer);
7606 FreeAndNull(restart_command);
7609 if (restart_command == NULL) {
7612 restart_command = TypeCallocN(char *, need);
7625 restart_command[target++] = x_strdup(argv[source]);
7627 restart_command[target] = NULL;
7635 XtSetArg(args[0], XtNrestartCommand, restart_command);