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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h482 struct obj *objlist; member in struct:__anon695
496 #define fobj level.objlist
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h482 struct obj *objlist; member in struct:__anon17
496 #define fobj level.objlist
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dinvent.c124 merge_choice(objlist, obj)
125 struct obj *objlist, *obj;
136 if (objlist == invent && obj->where == OBJ_FLOOR &&
148 while (objlist) {
149 if (mergable(objlist, obj)) break;
150 objlist = objlist->nobj;
153 return objlist;
1961 /* query objlist callback: return TRUE if obj type matches "this_type" */
2888 /* query objlist callbac
[all...]
H A Dmklev.c564 level.objlist = (struct obj *)0;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dinvent.c124 merge_choice(objlist, obj)
125 struct obj *objlist, *obj;
136 if (objlist == invent && obj->where == OBJ_FLOOR &&
148 while (objlist) {
149 if (mergable(objlist, obj)) break;
150 objlist = objlist->nobj;
153 return objlist;
1961 /* query objlist callback: return TRUE if obj type matches "this_type" */
2888 /* query objlist callbac
[all...]
H A Dmklev.c564 level.objlist = (struct obj *)0;

Completed in 52 milliseconds