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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c299 #define HUNGRY 2 macro
313 (u.uhunger > 50) ? HUNGRY :
H A Deat.c54 #define HUNGRY 2 macro
2276 (h > 50) ? HUNGRY :
2279 /* While you're eating, you may pass from WEAK to HUNGRY to NOT_HUNGRY.
2281 * that message should only appear if HUNGRY is an endpoint. Therefore
2298 * were added or if HUNGRY and WEAK were separated by a big enough
2348 case HUNGRY:
H A Dpray.c129 #define HUNGRY 2 macro
197 if(u.uhs >= HUNGRY) return(TROUBLE_HUNGRY);
H A Dshk.c2844 #define HUNGRY 2 macro
2860 if (u.uhs >= HUNGRY && !shk_buying) tmp *= (long) u.uhs;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c299 #define HUNGRY 2 macro
313 (u.uhunger > 50) ? HUNGRY :
H A Deat.c54 #define HUNGRY 2 macro
2276 (h > 50) ? HUNGRY :
2279 /* While you're eating, you may pass from WEAK to HUNGRY to NOT_HUNGRY.
2281 * that message should only appear if HUNGRY is an endpoint. Therefore
2298 * were added or if HUNGRY and WEAK were separated by a big enough
2348 case HUNGRY:
H A Dpray.c129 #define HUNGRY 2 macro
197 if(u.uhs >= HUNGRY) return(TROUBLE_HUNGRY);
H A Dshk.c2844 #define HUNGRY 2 macro
2860 if (u.uhs >= HUNGRY && !shk_buying) tmp *= (long) u.uhs;

Completed in 128 milliseconds