HomeSort by: relevance | last modified time | path
    Searched refs:Doname (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
hack.do_wear.c 78 pline("You were wearing %s.", doname(otmp));
236 pline("%s is welded to your hand.", Doname(uwep));
275 pline("%s is welded to your hand.", Doname(uwep));
hack.do.c 118 pline("You dropped %s.", doname(obj));
366 Doname(obj)); /* note: obj->quan == 1 */
376 pline("%s hits the floor.", Doname(obj));
extern.h 284 char *doname(struct obj *);
287 char *Doname(struct obj *);
hack.objnam.c 172 /* caution: doname() and aobjnam() below "know" these sizes */
340 doname(struct obj *obj) function in typeref:typename:char *
435 Doname(struct obj *obj)
437 char *s = doname(obj);

Completed in 60 milliseconds