Home
last modified time | relevance | path

Searched refs:spell_names (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/moria/umoria/source/
H A Dmagic.c59 damroll(2, 6), spell_names[0]); in cast()
80 spell_names[6]); in cast()
89 damroll(4, 8), spell_names[8]); in cast()
118 damroll(6, 8), spell_names[14]); in cast()
146 damroll(9, 8), spell_names[22]); in cast()
155 spell_names[24]); in cast()
171 spell_names[28]); in cast()
H A Dwands.c81 spell_names[8]); in aim()
86 spell_names[14]); in aim()
91 spell_names[22]); in aim()
123 spell_names[0]); in aim()
147 fire_ball(GF_FIRE, dir, k, l, 72, spell_names[28]); in aim()
151 fire_ball(GF_POISON_GAS, dir, k, l, 12, spell_names[6]); in aim()
H A Dplayer.c477 char *spell_names[62] = { variable
H A Dmisc3.c1547 spell_names[j+offset], s_ptr->slevel, s_ptr->smana,
1589 spell_names[*sn+offset], s_ptr->smana,
1681 spell_names[i+offset]);
1728 p, spell_names[j+offset]);
1777 spell_names[j+offset]);
1933 spell_names[spells[j]+offset]); in gain_spells()
H A Dexterns.h146 extern char *spell_names[62];
/dports/games/fargoal/fargoal/src/
H A Dspell.c4 char const *spell_names[] = { variable
27 list[id].trapped?NULL:"%s spell cast!", spell_names[s]); in spell_cast()
H A Dspell.h23 extern char const *spell_names[];
H A Dgame.c769 "%-12s %2i+%i", spell_names[i], list[1].spells[i].amount, in game_render()
774 "%-12s %2i+%i", spell_names[i], list[1].spells[i].amount, in game_render()
778 "%-12s %2i", spell_names[i], list[1].spells[i].amount); in game_render()
/dports/games/omega/omega/
H A Dspell.c726 static char *spell_names[] = { /* alphabetical listing */ variable
755 menuprint(spell_names[i]);
790 while (f >= 0 && !strncmp(prefix, spell_names[f], pos)) { in spellparse()
796 while (l < NUMSPELLS && !strncmp(prefix, spell_names[l], pos)) { in spellparse()
827 strlen(spell_names[f]) < pos || spell_names[f][pos] < byte)) in spellparse()
830 strlen(spell_names[l]) < pos || spell_names[l][pos] > byte)) in spellparse()
841 nprint2(spell_names[first] + pos); in spellparse()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dcounters.c77 static char *spell_names[128] = { NULL }; variable
241 if (!spell_names[0]) { in load_counters()
242 memset(&spell_names, 0, sizeof(spell_names)); in load_counters()
1208 if (!spell_names[spell_id+1]) { in counters_set_spell_name()
1211 spell_names[spell_id+1] = malloc(len+1); in counters_set_spell_name()
1212 safe_strncpy(spell_names[spell_id + 1], name, len + 1); in counters_set_spell_name()
1218 counters[i][j].name = strdup(spell_names[spell_id+1]); in counters_set_spell_name()
1225 safe_strncpy2(last_spell_name, spell_names[spell_id+1], 60, strlen(spell_names[spell_id+1])); in counters_set_spell_name()
1234 if (!spell_names[spell_id+1]) { in increment_spell_counter()
1246 safe_strncpy2(last_spell_name, spell_names[spell_id+1], 60, strlen(spell_names[spell_id+1])); in increment_spell_counter()
[all …]
/dports/deskutils/xneur/xneur-0.20.0/lib/lib/
H A Dxneurlib.c91 static char *spell_names[] = variable
355 aspell_config_replace(handle->spell_config, "lang", spell_names[i]); in xneur_handle_create()
394 char *dict_name = malloc (2 * strlen(spell_names[j]) + 2); in xneur_handle_create()
398 strcat(dict_name, spell_names[j]); in xneur_handle_create()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dx-spell.c513 cptr spell_names[MAX_SPELL_REALMS][PY_MAX_SPELLS] = variable
873 return spell_names[0][spell]; in get_spell_name()
875 return spell_names[1][spell]; in get_spell_name()
H A Dcmd5.c889 I2A(i), spell_names[GHOST_REALM][i], s_ptr->slevel, s_ptr->smana, 0); in show_ghost_spells()
H A Dxtra1.c1719 spell_names[mtype][j]); in calc_spells()
1757 p, spell_names[mtype][j]); in calc_spells()
H A Dexterns.h1166 extern cptr spell_names[MAX_SPELL_REALMS][PY_MAX_SPELLS];
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/items/
H A Dspell_items.uc140 var spell_names;
175 spell_names = getSpellList(circle);
176 ret_array << spell_names[spell_index + 2];
/dports/games/zangband/zangband/src/
H A Dxtra1.c1575 spell_names[which][j % 32]); in calc_spells()
1619 spell_names[which][j % 32]); in calc_spells()
1672 p, spell_names[which][j % 32]); in calc_spells()
H A Dcmd5.c143 prompt, spell_names[use_realm - 1][spell % 32], in get_spell()
408 p, spell_names in do_cmd_study()
H A Dtables.c5389 cptr spell_names[7][32] = variable
H A Dspells3.c2898 spell_names[use_realm[j]][i % 32]); in display_spell_list()
3826 I2A(i), spell_names[realm][spell], in print_spells()
H A Dexterns.h59 extern cptr spell_names[7][32];
H A Dzborg3.c3507 as->name = spell_names[realm - 1][spell[what]]; in prepare_book_info()
/dports/games/moria/umoria/
H A Dshortnam.sed260 s/spell_names/Cspell_names/g
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dexterns.h60 extern cptr spell_names[2][64];
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.cc3727 const vector<string> spell_names(split_string(";", slotspec)); in parse_mons_spells() local
3729 for (unsigned i = 0, ssize = spell_names.size(); i < ssize; ++i) in parse_mons_spells()
3733 lowercase_string(replace_all_of(spell_names[i], "_", " "))); in parse_mons_spells()

12