Searched refs:saved_cmd (Results 1 – 1 of 1) sorted by relevance
517 char *saved_cmd; in thread_apply_all_command() local530 saved_cmd = xstrdup (cmd); in thread_apply_all_command()531 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_all_command()539 strcpy (cmd, saved_cmd); /* Restore exact command used previously */ in thread_apply_all_command()553 char *saved_cmd; in thread_apply_command() local567 saved_cmd = xstrdup (cmd); in thread_apply_command()568 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_command()610 strcpy (cmd, saved_cmd); /* Restore exact command used previously */ in thread_apply_command()