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

  /src/games/hack/
hack.dog.c 1 /* $NetBSD: hack.dog.c,v 1.12 2011/08/07 06:03:45 dholland Exp $ */
66 __RCSID("$NetBSD: hack.dog.c,v 1.12 2011/08/07 06:03:45 dholland Exp $");
76 {"little dog", 'd', 2, 18, 6, 1, 6, sizeof(struct edog)};
77 const struct permonst dog = variable in typeref:typename:const struct permonst
78 {"dog", 'd', 4, 16, 5, 1, 6, sizeof(struct edog)};
80 {"large dog", 'd', 6, 15, 4, 2, 4, sizeof(struct edog)};
208 return (0); /* dog is still eating */
318 /* here gx == FAR e.g. when dog is in a vault */
334 /* if you have dog food he'll follow you more closely */
382 /* dog avoids traps *
    [all...]
  /src/sys/coda/
coda_psdev.c 678 struct coda_in_hdr *dog; local in function:coda_call
695 dog = (struct coda_in_hdr *)svmp->vm_data;
698 dog->opcode = svmp->vm_opcode = CODA_SIGNAL;
699 dog->unique = svmp->vm_unique = vmp->vm_unique;

Completed in 11 milliseconds