Home
last modified time | relevance | path

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

/dports/games/zangband/zangband/src/
H A Dspells3.c2128 static bool ident_spell_aux(int k_idx) in ident_spell_aux() function
2202 return (ident_spell_aux(0)); in ident_spell()
2208 return (ident_spell_aux(k_idx)); in ident_scroll()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dexterns.h566 extern bool ident_spell_aux(int Ind, int item);
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dspells.pre186 extern bool ident_spell_aux(int Ind, int item);
H A Dspells2.c3588 ident_spell_aux(Ind, p_ptr->current_item + 1); in ident_spell()
3590 ident_spell_aux(Ind, -p_ptr->current_item - 1); in ident_spell()
3611 bool ident_spell_aux(int Ind, int item) { in ident_spell_aux() function
H A Dexterns.h1520 extern bool ident_spell_aux(int Ind, int item);
H A Dnserver.c11014 ident_spell_aux(Ind, item);
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dspells2.c2850 ident_spell_aux(p_ptr, item); in ident_spell()
2860 bool ident_spell_aux(player_type *p_ptr, int item) in ident_spell_aux() function
H A Dexterns.h938 extern bool ident_spell_aux(player_type *p_ptr, int item);