HomeSort by: relevance | last modified time | path
    Searched defs:steal (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.steal.c 1 /* $NetBSD: hack.steal.c,v 1.8 2011/08/06 20:29:37 dholland Exp $ */
66 __RCSID("$NetBSD: hack.steal.c,v 1.8 2011/08/06 20:29:37 dholland Exp $");
111 /* steal armor after he finishes taking it off */
143 steal(struct monst *mtmp) function in typeref:typename:int
151 pline("Somebody tries to rob you, but finds nothing to steal.");
153 pline("%s tries to rob you, but she finds nothing to steal!",
168 impossible("Steal fails!");
209 impossible("Tried to steal a strange worn thing.");
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c 625 int steal; local in function:radeon_bo_get_surface_reg
639 steal = -1;
648 steal = i;
653 if (steal == -1)
656 reg = &rdev->surface_regs[steal];
659 DRM_DEBUG("stealing surface reg %d from %p\n", steal, old_object);
662 i = steal;

Completed in 61 milliseconds