Home | History | Annotate | Download | only in rogue

Lines Matching refs:boolean

59 static boolean	has_been_touched(const struct rogue_time *,
63 static void read_pack(object *, FILE *, boolean);
65 static void rw_dungeon(FILE *, boolean);
66 static void rw_id(struct id *, FILE *, int, boolean);
67 static void rw_rooms(FILE *, boolean);
146 r_write(fp, is_wood, (WANDS * sizeof(boolean)));
226 r_read(fp, is_wood, (WANDS * sizeof(boolean)));
275 read_pack(object *pack, FILE *fp, boolean is_rogue)
303 rw_dungeon(FILE *fp, boolean rw)
326 rw_id(struct id id_table[], FILE *fp, int n, boolean wr)
372 rw_rooms(FILE *fp, boolean rw)
402 static boolean