Searched refs:oc_nutrition (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h109 unsigned short oc_nutrition; /* food value */ member in struct:objclass
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h109 unsigned short oc_nutrition; /* food value */ member in struct:objclass
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c288 if (u.uhunger < (int)objects[EGG].oc_nutrition) {
303 morehungry((int)objects[EGG].oc_nutrition);
H A Ddogmove.c89 nutrit = objects[obj->otyp].oc_nutrition;
116 nutrit = 5*objects[obj->otyp].oc_nutrition;
H A Deat.c334 objects[otmp->otyp].oc_nutrition);
1953 /* oc_nutrition is usually weight anyway */
1954 else basenutrit = objects[otmp->otyp].oc_nutrition;
2065 else basenutrit = objects[otmp->otyp].oc_nutrition;
2504 : (long)objects[obj->otyp].oc_nutrition;
H A Dobjnam.c2711 else otmp->oeaten = objects[otmp->otyp].oc_nutrition;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c288 if (u.uhunger < (int)objects[EGG].oc_nutrition) {
303 morehungry((int)objects[EGG].oc_nutrition);
H A Ddogmove.c89 nutrit = objects[obj->otyp].oc_nutrition;
116 nutrit = 5*objects[obj->otyp].oc_nutrition;
H A Deat.c334 objects[otmp->otyp].oc_nutrition);
1953 /* oc_nutrition is usually weight anyway */
1954 else basenutrit = objects[otmp->otyp].oc_nutrition;
2065 else basenutrit = objects[otmp->otyp].oc_nutrition;
2504 : (long)objects[obj->otyp].oc_nutrition;
H A Dobjnam.c2711 else otmp->oeaten = objects[otmp->otyp].oc_nutrition;

Completed in 100 milliseconds