OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:what_is
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/rogue/
object.c
236
obj->
what_is
= GOLD;
303
switch(obj->
what_is
) {
362
obj->
what_is
= FOOD;
365
obj->
what_is
= gr_what_is();
367
switch(obj->
what_is
) {
397
unsigned short
what_is
;
local in function:gr_what_is
402
what_is
= SCROL;
404
what_is
= POTION;
406
what_is
= WAND;
408
what_is
= WEAPON
[
all
...]
object.c
236
obj->
what_is
= GOLD;
303
switch(obj->
what_is
) {
362
obj->
what_is
= FOOD;
365
obj->
what_is
= gr_what_is();
367
switch(obj->
what_is
) {
397
unsigned short
what_is
;
local in function:gr_what_is
402
what_is
= SCROL;
404
what_is
= POTION;
406
what_is
= WAND;
408
what_is
= WEAPON
[
all
...]
rogue.h
217
#define disguise
what_is
237
unsigned short
what_is
; /* imitator's charactor (?!%: */
member in struct:obj
rogue.h
217
#define disguise
what_is
237
unsigned short
what_is
; /* imitator's charactor (?!%: */
member in struct:obj
Completed in 23 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025