Home
last modified time | relevance | path

Searched refs:list_spells (Results 1 – 9 of 9) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspl-cast.h15 char list_spells( void );
H A Dcommand.cc153 nthing = list_spells(); in adjust_spells()
204 nthing = list_spells(); in adjust_spells()
H A Dspells3.cc69 keyin = (unsigned char) list_spells(); in cast_selective_amnesia()
H A Dspl-cast.cc78 char list_spells(void) in list_spells() function
555 unthing = list_spells(); in cast_a_spell()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dadjust.cc89 int keyin = list_spells(false, false, false, "Adjust which spell?"); in _adjust_spell()
124 keyin = list_spells(true, false, false, "Adjust to which letter?"); in _adjust_spell()
H A Dspl-cast.h94 int list_spells(bool toggle_with_I = true, bool viewing = false,
H A Dspl-selfench.cc123 keyin = list_spells(false, false, false, "Forget which spell?"); in cast_selective_amnesia()
H A Dspl-cast.cc173 int list_spells(bool toggle_with_I, bool viewing, bool allow_preselect, in list_spells() function
586 list_spells(true, true); in inspect_spells()
766 keyin = list_spells(true, false); in cast_a_spell()
829 keyin = list_spells(true, false); in cast_a_spell()
H A Dquiver.cc2785 const int skey = list_spells(false, false, false, in process_key()