Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Dlevel.c73 static int same_col(int, int);
338 } else if (same_col(room1, room2) && in connect_rooms()
343 } else if (same_col(room1, room2) && in connect_rooms()
476 same_col(int room1, int room2) in same_col() function
555 (!(same_row(rn,target_room) || same_col(rn,target_room))) || in fill_it()
606 (!(same_row(rn, de) || same_col(rn, de)))) { in recursive_deadend()