Lines Matching refs:boolean
52 static boolean has_been_touched(const struct rogue_time *,
57 static void read_pack(object *, FILE *, boolean);
59 static void rw_dungeon(FILE *, boolean);
60 static void rw_id(struct id *, FILE *, int, boolean);
61 static void rw_rooms(FILE *, boolean);
137 r_write(fp, (char *) is_wood, (WANDS * sizeof(boolean))); in save_into_file()
220 r_read(fp, (char *) is_wood, (WANDS * sizeof(boolean))); in restore()
270 read_pack(object *pack, FILE *fp, boolean is_rogue) in read_pack()
298 rw_dungeon(FILE *fp, boolean rw) in rw_dungeon()
321 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id()
367 rw_rooms(FILE *fp, boolean rw) in rw_rooms()
397 static boolean