Home
last modified time | relevance | path

Searched refs:uncancellable_type (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Duncancel.h11 void add_uncancel(uncancellable_type kind, int arg = 0);
14 static inline void run_uncancel(uncancellable_type kind, int arg = 0)
H A Duncancellable-type.h5 enum uncancellable_type enum
H A Duncancel.cc20 void add_uncancel(uncancellable_type kind, int arg) in add_uncancel()
H A Dplayer.h360 vector<pair<uncancellable_type, int> > uncancel;
H A Dtags.cc1708 for (const pair<uncancellable_type, int>& unc : you.uncancel) in _tag_construct_you()
3822 you.uncancel[i].first = (uncancellable_type)unmarshallUByte(th); in _tag_read_you()
3830 [](const pair<uncancellable_type, int> uc) { in _tag_read_you() argument