Home
last modified time | relevance | path

Searched refs:ES_ITEM (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtravel.h154 ES_ITEM = 0x00001, enumerator
H A Dtravel.cc615 #define ES_item (Options.explore_stop & ES_ITEM)
4766 && (Options.explore_stop & ES_ITEM in found_item()
4784 (Options.explore_stop & ES_ITEM) ? ES_ITEM : ES_NONE; in found_item()
H A Dinitfile.cc1101 explore_stop = (ES_ITEM | ES_STAIR | ES_PORTAL | ES_BRANCH in reset_options()
2333 conditions |= ES_ITEM; in read_explore_stop_conditions()