Searched refs:eatfood (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Deat.c17 STATIC_PTR int NDECL(eatfood);
354 * do_reset_eat() at the beginning of eatfood()) and check for null pointers
398 eatfood() /* called each move during eating process */ function
1368 set_occupation(eatfood, msgbuf, 0);
1604 set_occupation(eatfood, "eating non-food", 0);
2183 boolean iseating = (occupation == eatfood) || force_save_hs;
2287 * by checking occupation == eatfood, but there is one special case:
2301 if (occupation == eatfood || force_save_hs) {
2358 (occupation != eatfood && occupation != opentin))
2377 (occupation != eatfood
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Deat.c17 STATIC_PTR int NDECL(eatfood);
354 * do_reset_eat() at the beginning of eatfood()) and check for null pointers
398 eatfood() /* called each move during eating process */ function
1368 set_occupation(eatfood, msgbuf, 0);
1604 set_occupation(eatfood, "eating non-food", 0);
2183 boolean iseating = (occupation == eatfood) || force_save_hs;
2287 * by checking occupation == eatfood, but there is one special case:
2301 if (occupation == eatfood || force_save_hs) {
2358 (occupation != eatfood && occupation != opentin))
2377 (occupation != eatfood
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h92 #define eatfood() eatfood_() macro
H A Dextern.h515 E int NDECL(eatfood);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h92 #define eatfood() eatfood_() macro
H A Dextern.h515 E int NDECL(eatfood);

Completed in 47 milliseconds