Searched refs:weight (Results 1 - 25 of 62) sorted by relevance

123

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c180 /* 2.5 x level's usual amount; weight adjusted below */
182 otmp->owt = weight(otmp);
186 otmp->owt = weight(otmp);
192 otmp->owt = weight(otmp);
243 obj->owt = weight(obj);
245 otmp->owt = weight(otmp); /* -= obj->owt ? */
631 otmp->owt = weight(otmp);
699 otmp->owt = weight(otmp);
713 otmp->owt = weight(otmp);
735 otmp->owt = weight(otm
801 weight(obj) function
[all...]
H A Dbones.c108 otmp->owt = weight(otmp);
157 if (cont) cont->owt = weight(cont);
H A Dextralev.c307 ghostobj->owt = weight(ghostobj);
325 ghostobj->owt = weight(ghostobj);
H A Dpickup.c47 * How much the weight of the given container will change when the given
49 * by weight() in mkobj.c.
1002 obj->owt = (unsigned)weight(obj);
1009 if (is_gold) /* merged gold might affect cumulative weight */
1012 /* This will go with silver+copper & new gold weight */
1013 if (is_gold) /* merged gold might affect cumulative weight */
1070 * object and calling weight.
1077 obj->owt = (unsigned)(ow = weight(obj));
1599 coffers->owt = weight(coffers);
1907 current_container->owt = weight(current_containe
[all...]
H A Dsit.c296 uegg->owt = weight(uegg);
H A Dtrap.c273 statue->owt = weight(statue);
648 otmp->owt = weight(otmp);
675 otmp->owt = weight(otmp);
705 otmp->owt = weight(otmp);
1605 otmp->owt = weight(otmp);
1737 otmp->owt = weight(otmp);
1754 otmp->owt = weight(otmp);
1771 otmp->owt = weight(otmp);
2259 pline("It feels as though you've lost some weight.");
2935 You("dump some of your gear to lose weight
[all...]
H A Dmakemon.c155 otmp->owt = weight(otmp);
597 otmp->owt = weight(otmp);
627 otmp->owt = weight(otmp);
H A Dinvent.c181 if (otmp->oclass == COIN_CLASS) otmp->owt = weight(otmp);
460 obj->owt = weight(obj);
689 otmp->owt = weight(otmp);
H A Dmon.c256 obj->owt = weight(obj);
700 /* Heal up to the object's weight in hp */
780 /* Heal up to the object's weight in hp */
939 * proportional to their size instead of weight.
1654 au->owt = weight(au);
1662 otmp->owt = weight(otmp);
H A Dmkmaze.c425 otmp->owt = weight(otmp);
439 otmp->owt = weight(otmp);
H A Dread.c1187 otmp2->owt = weight(otmp2);
1242 otmp2->owt = weight(otmp2);
H A Ddogmove.c192 obj->owt = weight(obj);
H A Dmkroom.c352 sobj->owt = weight(sobj);
H A Dmthrowu.c468 obj->owt = weight(obj);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c180 /* 2.5 x level's usual amount; weight adjusted below */
182 otmp->owt = weight(otmp);
186 otmp->owt = weight(otmp);
192 otmp->owt = weight(otmp);
243 obj->owt = weight(obj);
245 otmp->owt = weight(otmp); /* -= obj->owt ? */
631 otmp->owt = weight(otmp);
699 otmp->owt = weight(otmp);
713 otmp->owt = weight(otmp);
735 otmp->owt = weight(otm
801 weight(obj) function
[all...]
H A Dbones.c108 otmp->owt = weight(otmp);
157 if (cont) cont->owt = weight(cont);
H A Dextralev.c307 ghostobj->owt = weight(ghostobj);
325 ghostobj->owt = weight(ghostobj);
H A Dpickup.c47 * How much the weight of the given container will change when the given
49 * by weight() in mkobj.c.
1002 obj->owt = (unsigned)weight(obj);
1009 if (is_gold) /* merged gold might affect cumulative weight */
1012 /* This will go with silver+copper & new gold weight */
1013 if (is_gold) /* merged gold might affect cumulative weight */
1070 * object and calling weight.
1077 obj->owt = (unsigned)(ow = weight(obj));
1599 coffers->owt = weight(coffers);
1907 current_container->owt = weight(current_containe
[all...]
H A Dsit.c296 uegg->owt = weight(uegg);
H A Dtrap.c273 statue->owt = weight(statue);
648 otmp->owt = weight(otmp);
675 otmp->owt = weight(otmp);
705 otmp->owt = weight(otmp);
1605 otmp->owt = weight(otmp);
1737 otmp->owt = weight(otmp);
1754 otmp->owt = weight(otmp);
1771 otmp->owt = weight(otmp);
2259 pline("It feels as though you've lost some weight.");
2935 You("dump some of your gear to lose weight
[all...]
H A Dmakemon.c155 otmp->owt = weight(otmp);
597 otmp->owt = weight(otmp);
627 otmp->owt = weight(otmp);
H A Dinvent.c181 if (otmp->oclass == COIN_CLASS) otmp->owt = weight(otmp);
460 obj->owt = weight(obj);
689 otmp->owt = weight(otmp);
H A Dmon.c256 obj->owt = weight(obj);
700 /* Heal up to the object's weight in hp */
780 /* Heal up to the object's weight in hp */
939 * proportional to their size instead of weight.
1654 au->owt = weight(au);
1662 otmp->owt = weight(otmp);
H A Dmkmaze.c425 otmp->owt = weight(otmp);
439 otmp->owt = weight(otmp);
H A Dread.c1187 otmp2->owt = weight(otmp2);
1242 otmp2->owt = weight(otmp2);

Completed in 266 milliseconds

123