Searched refs:spellid (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dspell.h19 #define spellid(spell) spl_book[spell].sp_id macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dspell.h19 #define spellid(spell) spl_book[spell].sp_id macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dspell.c19 #define spellname(spell) OBJ_NAME(objects[spellid(spell)])
347 if (spellid(i) == booktype) {
364 } else if (spellid(i) == NO_SPELL) {
527 for (i = 0; i < MAXSPELL && spellid(i) != NO_SPELL; i++)
544 if (spellid(0) == NO_SPELL) {
551 && spellid(nspells) != NO_SPELL; nspells++)
739 if (u.uhunger <= 10 && spellid(spell) != SPE_DETECT_FOOD) {
761 if (spellid(spell) != SPE_DETECT_FOOD) {
810 pseudo = mksobj(spellid(spell), FALSE, FALSE);
1010 for (n = 0; n < MAXSPELL && spellid(
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dspell.c19 #define spellname(spell) OBJ_NAME(objects[spellid(spell)])
347 if (spellid(i) == booktype) {
364 } else if (spellid(i) == NO_SPELL) {
527 for (i = 0; i < MAXSPELL && spellid(i) != NO_SPELL; i++)
544 if (spellid(0) == NO_SPELL) {
551 && spellid(nspells) != NO_SPELL; nspells++)
739 if (u.uhunger <= 10 && spellid(spell) != SPE_DETECT_FOOD) {
761 if (spellid(spell) != SPE_DETECT_FOOD) {
810 pseudo = mksobj(spellid(spell), FALSE, FALSE);
1010 for (n = 0; n < MAXSPELL && spellid(
[all...]

Completed in 35 milliseconds