Lines Matching refs:title
435 strlcpy(t, id_potions[j].title, sizeof(t)); in mix_colors()
436 strlcpy(id_potions[j].title, id_potions[k].title, in mix_colors()
437 sizeof(id_potions[j].title)); in mix_colors()
438 strlcpy(id_potions[k].title, t, sizeof(id_potions[k].title)); in mix_colors()
447 size_t maxlen = sizeof(id_scrolls[0].title); in make_scroll_titles()
451 (void)strlcpy(id_scrolls[i].title, "'", maxlen); in make_scroll_titles()
455 (void)strlcat(id_scrolls[i].title, syllables[s], in make_scroll_titles()
459 n = strlen(id_scrolls[i].title); in make_scroll_titles()
460 id_scrolls[i].title[n-1] = 0; in make_scroll_titles()
462 (void)strlcat(id_scrolls[i].title, "' ", maxlen); in make_scroll_titles()
527 sbuf_addstr(s, id_table[obj->which_kind].title); in desc_called()
583 sbuf_addstr(&db, id_table[obj->which_kind].title); in get_desc()
594 sbuf_addstr(&db, id_table[obj->which_kind].title); in get_desc()
606 sbuf_addstr(&db, id_table[obj->which_kind].title); in get_desc()
621 sbuf_addstr(&db, id_table[obj->which_kind].title); in get_desc()
638 sbuf_addstr(&db, id_table[obj->which_kind].title); in get_desc()
641 id_table[obj->which_kind].title, in get_desc()
689 (void)strlcpy(id_wands[i].title, wand_materials[j], in get_wand_and_ring_materials()
690 sizeof(id_wands[i].title)); in get_wand_and_ring_materials()
701 (void)strlcpy(id_rings[i].title, gems[j], in get_wand_and_ring_materials()
702 sizeof(id_rings[i].title)); in get_wand_and_ring_materials()