Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Dinventory.c472 static void sbuf_addstr(struct sbuf *s, const char *str);
489 sbuf_addstr(struct sbuf *s, const char *str) in sbuf_addstr() function
512 sbuf_addstr(s, "an "); in desc_count()
525 sbuf_addstr(s, name_of(obj)); in desc_called()
526 sbuf_addstr(s, "called "); in desc_called()
527 sbuf_addstr(s, id_table[obj->which_kind].title); in desc_called()
581 sbuf_addstr(&db, item_name); in get_desc()
582 sbuf_addstr(&db, "entitled: "); in get_desc()
583 sbuf_addstr(&db, id_table[obj->which_kind].title); in get_desc()
587 sbuf_addstr(&db, item_name); in get_desc()
[all …]