Home
last modified time | relevance | path

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

/dragonfly/games/rogue/
H A Dsave.c60 static void rw_id(struct id *, FILE *, int, boolean);
132 rw_id(id_potions, fp, POTIONS, 1); in save_into_file()
133 rw_id(id_scrolls, fp, SCROLS, 1); in save_into_file()
134 rw_id(id_wands, fp, WANDS, 1); in save_into_file()
135 rw_id(id_rings, fp, RINGS, 1); in save_into_file()
215 rw_id(id_potions, fp, POTIONS, 0); in restore()
216 rw_id(id_scrolls, fp, SCROLS, 0); in restore()
217 rw_id(id_wands, fp, WANDS, 0); in restore()
218 rw_id(id_rings, fp, RINGS, 0); in restore()
321 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id() function