Lines Matching refs:async_exec
442 int async_exec = strip_bg_char (&args); in run_command() local
446 if (async_exec && !target_can_async_p ()) in run_command()
451 if (!async_exec && target_can_async_p ()) in run_command()
520 int async_exec = 0; in continue_command() local
525 async_exec = strip_bg_char (&proc_count_exp); in continue_command()
529 if (async_exec && !target_can_async_p ()) in continue_command()
534 if (!async_exec && target_can_async_p ()) in continue_command()
614 int async_exec = 0; in step_1() local
619 async_exec = strip_bg_char (&count_string); in step_1()
623 if (async_exec && !target_can_async_p ()) in step_1()
628 if (!async_exec && target_can_async_p ()) in step_1()
821 int async_exec = 0; in jump_command() local
827 async_exec = strip_bg_char (&arg); in jump_command()
831 if (async_exec && !target_can_async_p ()) in jump_command()
836 if (!async_exec && target_can_async_p ()) in jump_command()
1016 int async_exec = 0; in until_command() local
1023 async_exec = strip_bg_char (&arg); in until_command()
1027 if (async_exec && !target_can_async_p ()) in until_command()
1032 if (!async_exec && target_can_async_p ()) in until_command()
1047 int async_exec = 0; in advance_command() local
1057 async_exec = strip_bg_char (&arg); in advance_command()
1061 if (async_exec && !target_can_async_p ()) in advance_command()
1066 if (!async_exec && target_can_async_p ()) in advance_command()
1194 int async_exec = 0; in finish_command() local
1198 async_exec = strip_bg_char (&arg); in finish_command()
1202 if (async_exec && !target_can_async_p ()) in finish_command()
1207 if (!async_exec && target_can_async_p ()) in finish_command()