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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c 625 int steal; local
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;
  /src/games/hack/
Makefile 16 hack.search.c hack.shk.c hack.shknam.c hack.steal.c hack.terminfo.c \
hack.mhitu.c 267 } else if (steal(mtmp)) {
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
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.");
extern.h 391 /* hack.steal.c */
394 int steal(struct monst *);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h 303 /// Steal the diagnostics from the given pool.
304 void steal(DelayedDiagnosticPool &pool) { function in class:clang::sema::DelayedDiagnosticPool
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 120 DiagnosticPool.steal(other->DiagnosticPool);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 8694 curPool->steal(pool);

Completed in 37 milliseconds