Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Dlevel.c74 static int same_row(int, int);
328 if (same_row(room1, room2) && in connect_rooms()
333 } else if (same_row(room1, room2) && in connect_rooms()
470 same_row(int room1, int room2) in same_row() function
555 (!(same_row(rn,target_room) || same_col(rn,target_room))) || in fill_it()
559 if (same_row(rn, target_room)) { in fill_it()
606 (!(same_row(rn, de) || same_col(rn, de)))) { in recursive_deadend()
614 if (same_row(rn, de)) { in recursive_deadend()