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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h112 #define newobj(xl) (struct obj *)alloc((unsigned)(xl) + sizeof(struct obj)) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h112 #define newobj(xl) (struct obj *)alloc((unsigned)(xl) + sizeof(struct obj)) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c235 otmp = newobj(obj->oxlth + obj->onamelth);
336 dummy = newobj(otmp->oxlth + otmp->onamelth);
372 otmp = newobj(0);
H A Ddo_name.c340 otmp = newobj(oextra_size + oname_size);
H A Drestore.c205 otmp = newobj(xl);
H A Dshk.c2347 otmp = newobj(0);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c235 otmp = newobj(obj->oxlth + obj->onamelth);
336 dummy = newobj(otmp->oxlth + otmp->onamelth);
372 otmp = newobj(0);
H A Ddo_name.c340 otmp = newobj(oextra_size + oname_size);
H A Drestore.c205 otmp = newobj(xl);
H A Dshk.c2347 otmp = newobj(0);

Completed in 144 milliseconds