Searched refs:previous_async_command (Results 1 – 2 of 2) sorted by relevance
86 static char *previous_async_command; variable214 if (previous_async_command) in mi_cmd_exec_interrupt()215 last_async_command = xstrdup (previous_async_command); in mi_cmd_exec_interrupt()216 xfree (previous_async_command); in mi_cmd_exec_interrupt()217 previous_async_command = NULL; in mi_cmd_exec_interrupt()1216 if (!previous_async_command) in mi_cmd_execute()1217 previous_async_command = xstrdup (last_async_command); in mi_cmd_execute()
1127 sure previous_async_command is not null before duplicating it into1540 token in previous_async_command. If the command is not 'interrupt'