Searched refs:oc_cost (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h98 short oc_cost; /* base cost in shops */ member in struct:objclass
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h98 short oc_cost; /* base cost in shops */ member in struct:objclass
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c800 * (long)objects[val->list[i].typ].oc_cost;
850 count * (long)objects[typ].oc_cost, currency(2L));
H A Dfountain.c460 int denomination = objects[otmp->otyp].oc_cost;
H A Dsteal.c127 const int gold_price = objects[GOLD_PIECE].oc_cost;
H A Dartifact.c1452 return ((long)objects[otmp->otyp].oc_cost);
1456 return (100L * (long)objects[otmp->otyp].oc_cost);
H A Dshk.c1897 tmp = (long) objects[i].oc_cost;
1948 20L * (long)objects[otmp->otyp].oc_cost))
2657 obj->age < 20L * (long)objects[obj->otyp].oc_cost)) {
2851 register long tmp = (long) objects[obj->otyp].oc_cost;
2876 obj->age < 20L * (long)objects[obj->otyp].oc_cost)
3846 if (!altusage) tmp = (long) objects[OIL_LAMP].oc_cost;
H A Ddokick.c254 long value = gold->quan * objects[gold->otyp].oc_cost;
H A Dmkobj.c468 (long)objects[otmp->otyp].oc_cost;
H A Dobjnam.c677 obj->age < 20L * (long)objects[obj->otyp].oc_cost)
H A Dapply.c1102 obj->age == 20L * (long)objects[obj->otyp].oc_cost) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dend.c800 * (long)objects[val->list[i].typ].oc_cost;
850 count * (long)objects[typ].oc_cost, currency(2L));
H A Dfountain.c460 int denomination = objects[otmp->otyp].oc_cost;
H A Dsteal.c127 const int gold_price = objects[GOLD_PIECE].oc_cost;
H A Dartifact.c1452 return ((long)objects[otmp->otyp].oc_cost);
1456 return (100L * (long)objects[otmp->otyp].oc_cost);
H A Dshk.c1897 tmp = (long) objects[i].oc_cost;
1948 20L * (long)objects[otmp->otyp].oc_cost))
2657 obj->age < 20L * (long)objects[obj->otyp].oc_cost)) {
2851 register long tmp = (long) objects[obj->otyp].oc_cost;
2876 obj->age < 20L * (long)objects[obj->otyp].oc_cost)
3846 if (!altusage) tmp = (long) objects[OIL_LAMP].oc_cost;
H A Ddokick.c254 long value = gold->quan * objects[gold->otyp].oc_cost;
H A Dmkobj.c468 (long)objects[otmp->otyp].oc_cost;
H A Dobjnam.c677 obj->age < 20L * (long)objects[obj->otyp].oc_cost)
H A Dapply.c1102 obj->age == 20L * (long)objects[obj->otyp].oc_cost) {

Completed in 123 milliseconds