Searched refs:script_executed_ (Results 1 – 2 of 2) sorted by relevance
534 static void set_script_executed() { script_executed_.store(true); } in set_script_executed()536 return (options.interactive_shell || !script_executed_.load()) && in use_interactive_shell()559 static std::atomic<bool> script_executed_; variable
414 std::atomic<bool> Shell::script_executed_{false};