OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otyp
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
def.obj.h
72
uchar
otyp
;
member in struct:obj
hack.dog.c
170
(obj->
otyp
== TRIPE_RATION) ? DOGFOOD :
171
(obj->
otyp
< CARROT) ? ACCFOOD :
172
(obj->
otyp
< CORPSE) ? MANFOOD :
174
obj->
otyp
== DEAD_COCKATRICE)
201
xchar gx = 0, gy = 0, gtyp,
otyp
; /* current goal */
local in function:dog_move
251
if ((
otyp
= dogfood(obj)) <= CADAVER) {
278
otyp
= dogfood(obj);
279
if (
otyp
> gtyp ||
otyp
== UNDEF)
283
if (
otyp
< MANFOOD &
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025