Lines Matching refs:boolean
51 boolean jump = 0;
54 static boolean can_turn(short, short);
55 static boolean check_hunger(boolean);
58 static boolean next_to_something(int, int);
59 static void turn_passage(short, boolean);
224 boolean
237 static boolean
298 boolean
319 boolean first_miss = 1; in move_onto()
334 boolean
370 static boolean
371 check_hunger(boolean msg_only) in check_hunger()
374 boolean fainted = 0; in check_hunger()
435 boolean
438 boolean fainted; in reg_move()
547 static boolean alt; in heal()
608 static boolean
618 turn_passage(short dir, boolean fast) in turn_passage()