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

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h45 mmove, /* move speed */ member in struct:permonst
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h45 mmove, /* move speed */ member in struct:permonst
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dexper.c55 if (ptr->mmove > NORMAL_SPEED)
56 tmp += (ptr->mmove > (3*NORMAL_SPEED/2)) ? 5 : 3;
H A Dmon.c492 int mmove = mon->data->mmove; local
499 mmove = (2 * mmove + 1) / 3;
501 mmove = (4 * mmove + 2) / 3;
507 mmove = ((rn2(2) ? 4 : 5) * mmove) / 3;
512 return mmove;
528 if (mtmp->data->mmove
[all...]
H A Dmondata.c688 !ptr->mmove ? immobile[capitalize] :
708 !ptr->mmove ? immobile[capitalize] :
H A Dallmain.c106 moveamt = youmonst.data->mmove;
H A Ddothrow.c1124 if (!mon->mcanmove || !mon->data->mmove) {
1126 if (mon_notices && mon->data->mmove && !rn2(10)) {
H A Ddbridge.c503 !etmp->edata->mmove || etmp->emon->wormno))
H A Dmuse.c260 boolean immobile = (mtmp->data->mmove == 0);
1574 boolean immobile = (mdat->mmove == 0);
H A Ddokick.c202 mon->data->mmove >= 12) {
H A Dmonmove.c826 !mtoo->data->mmove)) continue;
H A Dtrap.c2909 if (multi < 0 || (Upolyd && !youmonst.data->mmove)) goto crawl;
2985 if ((nohands(youmonst.data) && !webmaker(youmonst.data)) || !youmonst.data->mmove) {
H A Dhack.c1130 if(!youmonst.data->mmove) {
H A Duhitm.c339 || (mtmp->data->mmove == 0)) && rn2(6)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dexper.c55 if (ptr->mmove > NORMAL_SPEED)
56 tmp += (ptr->mmove > (3*NORMAL_SPEED/2)) ? 5 : 3;
H A Dmon.c492 int mmove = mon->data->mmove; local
499 mmove = (2 * mmove + 1) / 3;
501 mmove = (4 * mmove + 2) / 3;
507 mmove = ((rn2(2) ? 4 : 5) * mmove) / 3;
512 return mmove;
528 if (mtmp->data->mmove
[all...]
H A Dmondata.c688 !ptr->mmove ? immobile[capitalize] :
708 !ptr->mmove ? immobile[capitalize] :
H A Dallmain.c106 moveamt = youmonst.data->mmove;
H A Ddothrow.c1124 if (!mon->mcanmove || !mon->data->mmove) {
1126 if (mon_notices && mon->data->mmove && !rn2(10)) {
H A Ddbridge.c503 !etmp->edata->mmove || etmp->emon->wormno))
H A Dmuse.c260 boolean immobile = (mtmp->data->mmove == 0);
1574 boolean immobile = (mdat->mmove == 0);
H A Ddokick.c202 mon->data->mmove >= 12) {
H A Dmonmove.c826 !mtoo->data->mmove)) continue;
H A Dtrap.c2909 if (multi < 0 || (Upolyd && !youmonst.data->mmove)) goto crawl;
2985 if ((nohands(youmonst.data) && !webmaker(youmonst.data)) || !youmonst.data->mmove) {
H A Dhack.c1130 if(!youmonst.data->mmove) {

Completed in 173 milliseconds

12