HomeSort by: relevance | last modified time | path
    Searched defs:bp_to_obj (Results 1 - 1 of 1) sorted by relevancy

  /src/games/hack/
hack.shk.c 80 static struct obj *bp_to_obj(struct bill_x *);
570 obj = bp_to_obj(bp);
634 bp_to_obj(struct bill_x *bp) function in typeref:struct:obj *
793 ((obj = bp_to_obj(bp)) && obj->quan < bp->bquan))
807 obj = bp_to_obj(bp);

Completed in 50 milliseconds