Searched refs:sp_id (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dspell.h9 short sp_id; /* spell id (== object.otyp) */ member in struct:spell
19 #define spellid(spell) spl_book[spell].sp_id
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dspell.h9 short sp_id; /* spell id (== object.otyp) */ member in struct:spell
19 #define spellid(spell) spl_book[spell].sp_id
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c694 if (spl_book[sp_no].sp_id == class_gift) {
1000 if (spl_book[sp_no].sp_id == otmp->otyp) break;
1661 spl_book[sp_no].sp_id != NO_SPELL &&
1662 spl_book[sp_no].sp_id != SPE_TURN_UNDEAD; sp_no++);
1665 spl_book[sp_no].sp_id == SPE_TURN_UNDEAD)
H A Dspell.c365 spl_book[i].sp_id = booktype;
1254 spl_book[i].sp_id = obj->otyp;
H A Dteleport.c487 if (spl_book[sp_no].sp_id == SPE_TELEPORT_AWAY) {
H A Du_init.c580 for (i = 0; i <= MAXSPELL; i++) spl_book[i].sp_id = NO_SPELL;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpray.c694 if (spl_book[sp_no].sp_id == class_gift) {
1000 if (spl_book[sp_no].sp_id == otmp->otyp) break;
1661 spl_book[sp_no].sp_id != NO_SPELL &&
1662 spl_book[sp_no].sp_id != SPE_TURN_UNDEAD; sp_no++);
1665 spl_book[sp_no].sp_id == SPE_TURN_UNDEAD)
H A Dspell.c365 spl_book[i].sp_id = booktype;
1254 spl_book[i].sp_id = obj->otyp;
H A Dteleport.c487 if (spl_book[sp_no].sp_id == SPE_TELEPORT_AWAY) {
H A Du_init.c580 for (i = 0; i <= MAXSPELL; i++) spl_book[i].sp_id = NO_SPELL;

Completed in 104 milliseconds