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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h196 #define in_container(x) in_container_(x) macro
H A Dextern.h1483 E int FDECL(in_container, (struct obj *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtrampoli.h196 #define in_container(x) in_container_(x) macro
H A Dextern.h1483 E int FDECL(in_container, (struct obj *));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c31 STATIC_PTR int FDECL(in_container,(struct obj *));
1763 /* in_container(), and out_container() from askchain() and use_container(). */
1769 in_container(obj) function
1893 panic("in_container: bag not found.");
2278 in_container, ck_bag, 0, "nodot");
2358 res = put_in ? in_container(otmp) : out_container(otmp);
H A Dzap.c572 boolean in_container = FALSE; local
588 in_container = TRUE;
592 in_container = TRUE;
597 in_container = TRUE;
607 if (in_container) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c31 STATIC_PTR int FDECL(in_container,(struct obj *));
1763 /* in_container(), and out_container() from askchain() and use_container(). */
1769 in_container(obj) function
1893 panic("in_container: bag not found.");
2278 in_container, ck_bag, 0, "nodot");
2358 res = put_in ? in_container(otmp) : out_container(otmp);
H A Dzap.c572 boolean in_container = FALSE; local
588 in_container = TRUE;
592 in_container = TRUE;
597 in_container = TRUE;
607 if (in_container) {

Completed in 74 milliseconds