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

  /src/usr.bin/make/unit-tests/
varmod-to-many-words.mk 6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
varmod-to-one-word.mk 6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
  /src/games/hack/
hack.h 230 extern const struct permonst li_dog, dog, la_dog;
Makefile 10 hack.do.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c \
hack.fight.c 131 magr->data = pa = &dog;
132 else if (pa == &dog)
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 15 milliseconds