Searched refs:is_graystone (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h285 #define is_graystone(obj) ((obj)->otyp == LUCKSTONE || \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h285 #define is_graystone(obj) ((obj)->otyp == LUCKSTONE || \ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Du_init.c998 is_graystone(obj) && obj->otyp != FLINT) {
H A Dinvent.c876 (otmp->oclass == GEM_CLASS && !is_graystone(otmp))))
892 (otmp->oclass == GEM_CLASS && !is_graystone(otmp))))
H A Dapply.c1171 if (is_graystone(obj)) {
1874 obj->oclass == GEM_CLASS && !is_graystone(obj) &&
2763 if(is_graystone(otmp))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Du_init.c998 is_graystone(obj) && obj->otyp != FLINT) {
H A Dinvent.c876 (otmp->oclass == GEM_CLASS && !is_graystone(otmp))))
892 (otmp->oclass == GEM_CLASS && !is_graystone(otmp))))
H A Dapply.c1171 if (is_graystone(obj)) {
1874 obj->oclass == GEM_CLASS && !is_graystone(obj) &&
2763 if(is_graystone(otmp))

Completed in 127 milliseconds