Home
last modified time | relevance | path

Searched refs:getprice (Results 1 – 1 of 1) sorted by relevance

/openbsd/games/hack/
H A Dhack.shk.c189 static int getprice(struct obj *);
670 bp->price = getprice(obj); in addtobill()
751 ltmp = getprice(obj) * obj->quan; in subfrombill()
839 getprice(struct obj *obj) in getprice() function