save.c | 66 static void rw_id(struct id *, FILE *, int, boolean); 141 rw_id(id_potions, fp, POTIONS, 1); 142 rw_id(id_scrolls, fp, SCROLS, 1); 143 rw_id(id_wands, fp, WANDS, 1); 144 rw_id(id_rings, fp, RINGS, 1); 221 rw_id(id_potions, fp, POTIONS, 0); 222 rw_id(id_scrolls, fp, SCROLS, 0); 223 rw_id(id_wands, fp, WANDS, 0); 224 rw_id(id_rings, fp, RINGS, 0); 326 rw_id(struct id id_table[], FILE *fp, int n, boolean wr function in typeref:typename:void [all...] |