Home | History | Annotate | Download | only in hack

Lines Matching defs:otmp

532 	struct obj     *otmp;
533 otmp = newobj(0);
534 *otmp = *obj; /* copies whole structure */
535 otmp->o_id = flags.ident++;
536 otmp->onamelth = 0;
539 otmp->quan -= num;
540 otmp->owt = weight(otmp); /* -= obj->owt ? */
541 obj->nobj = otmp;
543 splitbill(obj, otmp);
544 return (otmp);