Searched refs:oxlth (Results 1 - 24 of 24) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c235 otmp = newobj(obj->oxlth + obj->onamelth);
251 if (obj->oxlth)
253 obj->oxlth);
336 dummy = newobj(otmp->oxlth + otmp->onamelth);
342 if (otmp->oxlth)
344 (genericptr_t)otmp->oextra, otmp->oxlth);
969 otmp->oxlth = sizeof(mid);
973 if (otmp && otmp->oxlth) otmp->oattached = OATTACHED_M_ID; /* mark it */
988 if (otmp && otmp->oxlth) {
1013 if (obj->oxlth
[all...]
H A Ddo_name.c349 otmp->oxlth = oextra_size;
425 obj = realloc_obj(obj, obj->oxlth,
501 otemp.oxlth = 0;
H A Drestore.c979 if (ghostly && otmp->oattached == OATTACHED_MONST && otmp->oxlth) {
H A Dsave.c855 xl = otmp->oxlth + otmp->onamelth;
H A Dzap.c466 if (obj->oxlth && (obj->oattached == OATTACHED_MONST))
636 if (obj->oxlth && (obj->oattached == OATTACHED_MONST)) {
646 if (obj->oxlth && (obj->oattached == OATTACHED_M_ID)) {
664 /* don't mess with obj->oxlth here */
3776 obj->oxlth = 0; /* no extra data */
H A Deat.c344 otmp->oxlth++; /* hack to prevent merge */
346 otmp->oxlth--;
H A Dinvent.c2387 if (obj->oxlth || otmp->oxlth) return FALSE;
H A Dpray.c1223 } else if (otmp->oxlth && otmp->oattached == OATTACHED_MONST
H A Dtrap.c417 if (statue->oxlth && statue->oattached == OATTACHED_MONST) {
561 objchn->oattached == OATTACHED_MONST && objchn->oxlth) {
H A Dcmd.c1604 size += sizeof(struct obj) + obj->oxlth + obj->onamelth;
H A Dshk.c2354 otmp->oxlth = 0;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c235 otmp = newobj(obj->oxlth + obj->onamelth);
251 if (obj->oxlth)
253 obj->oxlth);
336 dummy = newobj(otmp->oxlth + otmp->onamelth);
342 if (otmp->oxlth)
344 (genericptr_t)otmp->oextra, otmp->oxlth);
969 otmp->oxlth = sizeof(mid);
973 if (otmp && otmp->oxlth) otmp->oattached = OATTACHED_M_ID; /* mark it */
988 if (otmp && otmp->oxlth) {
1013 if (obj->oxlth
[all...]
H A Ddo_name.c349 otmp->oxlth = oextra_size;
425 obj = realloc_obj(obj, obj->oxlth,
501 otemp.oxlth = 0;
H A Drestore.c979 if (ghostly && otmp->oattached == OATTACHED_MONST && otmp->oxlth) {
H A Dsave.c855 xl = otmp->oxlth + otmp->onamelth;
H A Dzap.c466 if (obj->oxlth && (obj->oattached == OATTACHED_MONST))
636 if (obj->oxlth && (obj->oattached == OATTACHED_MONST)) {
646 if (obj->oxlth && (obj->oattached == OATTACHED_M_ID)) {
664 /* don't mess with obj->oxlth here */
3776 obj->oxlth = 0; /* no extra data */
H A Deat.c344 otmp->oxlth++; /* hack to prevent merge */
346 otmp->oxlth--;
H A Dinvent.c2387 if (obj->oxlth || otmp->oxlth) return FALSE;
H A Dpray.c1223 } else if (otmp->oxlth && otmp->oattached == OATTACHED_MONST
H A Dtrap.c417 if (statue->oxlth && statue->oattached == OATTACHED_MONST) {
561 objchn->oattached == OATTACHED_MONST && objchn->oxlth) {
H A Dcmd.c1604 size += sizeof(struct obj) + obj->oxlth + obj->onamelth;
H A Dshk.c2354 otmp->oxlth = 0;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h103 uchar onamelth; /* length of name (following oxlth) */
104 short oxlth; /* length of following data */ member in struct:obj
113 #define ONAME(otmp) (((char *)(otmp)->oextra) + (otmp)->oxlth)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h103 uchar onamelth; /* length of name (following oxlth) */
104 short oxlth; /* length of following data */ member in struct:obj
113 #define ONAME(otmp) (((char *)(otmp)->oextra) + (otmp)->oxlth)

Completed in 189 milliseconds