Home
last modified time | relevance | path

Searched refs:is_explore (Results 1 – 8 of 8) sorted by relevance

/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistInspectWorkflow.php32 $is_explore = $this->getArgument('explore');
93 if ($is_explore) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistInspectWorkflow.php32 $is_explore = $this->getArgument('explore');
93 if ($is_explore) {
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dexterns.h192 bool is_explore() const;
H A Ddelay.cc340 else if (you.running.is_explore() && Options.explore_delay > -1) in _get_running_command()
H A Dtravel.cc848 if (!you.running.is_explore()) in explore_pickup_event()
1065 if (you.running.is_explore()) in travel()
1158 else if (you.running.is_explore() && Options.explore_delay > -1) in travel()
4495 bool runrest::is_explore() const in is_explore() function in runrest
H A Dview.cc1340 && (!you.running.is_explore() || Options.explore_delay < 0); in _viewwindow_should_render()
H A Dmain.cc2354 if (check_for_interesting_features() && you.running.is_explore()) in _prep_input()
H A Dplayer.cc532 if (check_for_interesting_features() && you.running.is_explore()) in moveto_location_effects()