Lines Matching refs:moves
98 EDOG(mtmp)->hungrytime = 1000 + moves; in initedog()
173 (poisonous(obj) || obj->age + 50 <= moves || in dogfood()
207 if (moves <= edog->eattime) in dog_move()
211 whappr = (moves - EDOG(mtmp)->whistletime < 5); in dog_move()
212 if (moves > edog->hungrytime + 500 && !mtmp->mconf) { in dog_move()
221 } else if (moves > edog->hungrytime + 750 || mtmp->mhp < 1) { in dog_move()
246 edog->droptime = moves; in dog_move()
300 (gtyp != DOGFOOD && gtyp != APPORT && moves < edog->hungrytime)) { in dog_move()
377 mtmp2->mlstmv != moves && in dog_move()
400 (otyp < ACCFOOD || edog->hungrytime <= moves)) { in dog_move()
411 moves + obj->quan * objects[obj->otyp].oc_delay; in dog_move()
412 if (edog->hungrytime < moves) in dog_move()
413 edog->hungrytime = moves; in dog_move()
421 edog->apport += 200 / (edog->dropdist + moves - edog->droptime); in dog_move()