Searched refs:leashmon (Results 1 - 25 of 26) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dapply.c364 if(obj->otyp == LEASH && obj->leashmon != 0) i++;
375 if(mtmp->m_id == (unsigned)otmp->leashmon)
377 otmp->leashmon = 0;
395 otmp->leashmon == (int)mtmp->m_id)
396 otmp->leashmon = 0;
407 if(otmp->otyp == LEASH) otmp->leashmon = 0;
423 if(!obj->leashmon && number_leashed() >= MAXLEASHED) {
456 pline("%s %s leashed!", Monnam(mtmp), (!obj->leashmon) ?
460 if(!obj->leashmon) {
469 obj->leashmon
[all...]
H A Dsteal.c334 if (otmp->otyp == LEASH && otmp->leashmon) {
H A Dsteed.c149 otmp->leashmon = mtmp->m_id;
H A Ddog.c169 otmp->leashmon = mtmp->m_id;
H A Ddig.c1310 if (otmp->otyp == LEASH && otmp->leashmon != 0)
H A Ddo.c438 if (obj->otyp == LEASH && obj->leashmon != 0) {
H A Dread.c940 (obj->otyp == LEASH && obj->leashmon)) {
H A Dshk.c788 if (obj->otyp == LEASH && obj->leashmon) o_unleash(obj);
3407 (obj->otyp == LEASH && obj->leashmon)) continue;
H A Deat.c1627 else if (otmp->otyp == LEASH && otmp->leashmon)
H A Dinvent.c2499 (obj->otyp == LEASH && obj->leashmon));
H A Dobjnam.c659 if (obj->otyp == LEASH && obj->leashmon != 0) {
H A Dpickup.c1803 } else if (obj->otyp == LEASH && obj->leashmon != 0) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dapply.c364 if(obj->otyp == LEASH && obj->leashmon != 0) i++;
375 if(mtmp->m_id == (unsigned)otmp->leashmon)
377 otmp->leashmon = 0;
395 otmp->leashmon == (int)mtmp->m_id)
396 otmp->leashmon = 0;
407 if(otmp->otyp == LEASH) otmp->leashmon = 0;
423 if(!obj->leashmon && number_leashed() >= MAXLEASHED) {
456 pline("%s %s leashed!", Monnam(mtmp), (!obj->leashmon) ?
460 if(!obj->leashmon) {
469 obj->leashmon
[all...]
H A Dsteal.c334 if (otmp->otyp == LEASH && otmp->leashmon) {
H A Dsteed.c149 otmp->leashmon = mtmp->m_id;
H A Ddog.c169 otmp->leashmon = mtmp->m_id;
H A Ddig.c1310 if (otmp->otyp == LEASH && otmp->leashmon != 0)
H A Ddo.c438 if (obj->otyp == LEASH && obj->leashmon != 0) {
H A Dread.c940 (obj->otyp == LEASH && obj->leashmon)) {
H A Dshk.c788 if (obj->otyp == LEASH && obj->leashmon) o_unleash(obj);
3407 (obj->otyp == LEASH && obj->leashmon)) continue;
H A Deat.c1627 else if (otmp->otyp == LEASH && otmp->leashmon)
H A Dinvent.c2499 (obj->otyp == LEASH && obj->leashmon));
H A Dobjnam.c659 if (obj->otyp == LEASH && obj->leashmon != 0) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h97 #define leashmon corpsenm /* gets m_id of attached pet */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h97 #define leashmon corpsenm /* gets m_id of attached pet */ macro

Completed in 361 milliseconds

12