Searched refs:msound (Results 1 - 25 of 38) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h54 uchar msound; /* noise it makes (6 bits) */ member in struct:permonst
H A Dmondata.h55 #define is_silent(ptr) ((ptr)->msound == MS_SILENT)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h54 uchar msound; /* noise it makes (6 bits) */ member in struct:permonst
H A Dmondata.h55 #define is_silent(ptr) ((ptr)->msound == MS_SILENT)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsounds.c275 switch (mtmp->data->msound) {
318 if (mtmp->msleeping || !mtmp->mcanmove || !mtmp->data->msound)
340 if (mtmp->msleeping || !mtmp->mcanmove || !mtmp->data->msound)
346 else switch (mtmp->data->msound) {
381 if (mtmp->msleeping || !mtmp->mcanmove || !mtmp->data->msound)
387 else switch (mtmp->data->msound) {
416 if (!is_silent(mtmp->data) && mtmp->data->msound <= MS_ANIMAL)
418 else if (mtmp->data->msound >= MS_HUMANOID) {
439 if (ptr->msound == MS_GUARDIAN && ptr != &mons[urole.guardnum]) {
450 switch (ptr->msound) {
[all...]
H A Dquest.c355 switch(mtmp->data->msound) {
371 switch(mtmp->data->msound) {
382 if(mtmp->data->msound == MS_NEMESIS)
H A Dmakemon.c20 (mptr->msound == MS_LEADER || mptr->msound == MS_NEMESIS))
249 } else if (ptr->msound == MS_PRIEST ||
568 } else if (ptr->msound == MS_PRIEST ||
912 if (mtmp->data->msound == MS_LEADER)
948 if (ptr->msound == MS_LEADER) /* leader knows about portal */
1028 } else if (ptr->msound == MS_NEMESIS) {
1047 if(is_dprince(ptr) && ptr->msound == MS_BRIBE) {
1571 if (ptr->msound == MS_LEADER || ptr->msound
[all...]
H A Dbones.c231 mptr->msound == MS_NEMESIS || mptr->msound == MS_LEADER ||
H A Ddogmove.c623 || mtmp2->data->msound == MS_GUARDIAN
624 || mtmp2->data->msound == MS_LEADER) &&
H A Drole.c1393 mons[urole.ldrnum].msound = MS_LEADER;
1407 mons[urole.neminum].msound = MS_NEMESIS;
H A Dmonmove.c350 if (mdat->msound == MS_SHRIEK && !um_dist(mtmp->mx, mtmp->my, 1))
382 if(nearby && mdat->msound == MS_BRIBE &&
561 if (inrange && mtmp->data->msound == MS_CUSS && !mtmp->mpeaceful &&
H A Dread.c1548 if ((mons[i].msound != MS_LEADER ||
1550 && (mons[i].msound != MS_NEMESIS ||
1552 && (mons[i].msound != MS_GUARDIAN ||
H A Dmon.c1483 if(mtmp->data->msound == MS_NEMESIS) nemdead();
1882 } else if (mdat->msound == MS_NEMESIS) /* Real good! */
1884 else if (mdat->msound == MS_GUARDIAN) { /* Bad */
2073 if(mtmp->data->msound == MS_SHRIEK) {
H A Dpolyself.c520 if (youmonst.data->msound == MS_SHRIEK) /* worthless, actually */
H A Ddothrow.c1170 (obj->oartifact && is_quest_artifact(obj) && (mon->data->msound == MS_LEADER))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsounds.c275 switch (mtmp->data->msound) {
318 if (mtmp->msleeping || !mtmp->mcanmove || !mtmp->data->msound)
340 if (mtmp->msleeping || !mtmp->mcanmove || !mtmp->data->msound)
346 else switch (mtmp->data->msound) {
381 if (mtmp->msleeping || !mtmp->mcanmove || !mtmp->data->msound)
387 else switch (mtmp->data->msound) {
416 if (!is_silent(mtmp->data) && mtmp->data->msound <= MS_ANIMAL)
418 else if (mtmp->data->msound >= MS_HUMANOID) {
439 if (ptr->msound == MS_GUARDIAN && ptr != &mons[urole.guardnum]) {
450 switch (ptr->msound) {
[all...]
H A Dquest.c355 switch(mtmp->data->msound) {
371 switch(mtmp->data->msound) {
382 if(mtmp->data->msound == MS_NEMESIS)
H A Dmakemon.c20 (mptr->msound == MS_LEADER || mptr->msound == MS_NEMESIS))
249 } else if (ptr->msound == MS_PRIEST ||
568 } else if (ptr->msound == MS_PRIEST ||
912 if (mtmp->data->msound == MS_LEADER)
948 if (ptr->msound == MS_LEADER) /* leader knows about portal */
1028 } else if (ptr->msound == MS_NEMESIS) {
1047 if(is_dprince(ptr) && ptr->msound == MS_BRIBE) {
1571 if (ptr->msound == MS_LEADER || ptr->msound
[all...]
H A Dbones.c231 mptr->msound == MS_NEMESIS || mptr->msound == MS_LEADER ||
H A Ddogmove.c623 || mtmp2->data->msound == MS_GUARDIAN
624 || mtmp2->data->msound == MS_LEADER) &&
H A Drole.c1393 mons[urole.ldrnum].msound = MS_LEADER;
1407 mons[urole.neminum].msound = MS_NEMESIS;
H A Dmonmove.c350 if (mdat->msound == MS_SHRIEK && !um_dist(mtmp->mx, mtmp->my, 1))
382 if(nearby && mdat->msound == MS_BRIBE &&
561 if (inrange && mtmp->data->msound == MS_CUSS && !mtmp->mpeaceful &&
H A Dread.c1548 if ((mons[i].msound != MS_LEADER ||
1550 && (mons[i].msound != MS_NEMESIS ||
1552 && (mons[i].msound != MS_GUARDIAN ||
H A Dmon.c1483 if(mtmp->data->msound == MS_NEMESIS) nemdead();
1882 } else if (mdat->msound == MS_NEMESIS) /* Real good! */
1884 else if (mdat->msound == MS_GUARDIAN) { /* Bad */
2073 if(mtmp->data->msound == MS_SHRIEK) {
H A Dpolyself.c520 if (youmonst.data->msound == MS_SHRIEK) /* worthless, actually */

Completed in 246 milliseconds

12