Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dobj-gear.h43 const char *equip_mention(struct player *p, int slot);
H A Dobj-gear.c206 const char *equip_mention(struct player *p, int slot) in equip_mention() function
H A Dui-object.c304 strnfmt(buf, sizeof(buf), "%-14s: ", equip_mention(player, i)); in build_obj_list()