HomeSort by: relevance | last modified time | path
    Searched defs:same_col (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
level.c 73 static int same_col(int, int);
338 } else if (same_col(room1, room2) &&
343 } else if (same_col(room1, room2) &&
476 same_col(int room1, int room2) function in typeref:typename:int
555 (!(same_row(rn,target_room) || same_col(rn,target_room))) ||
606 (!(same_row(rn, de) || same_col(rn, de)))) {
level.c 73 static int same_col(int, int);
338 } else if (same_col(room1, room2) &&
343 } else if (same_col(room1, room2) &&
476 same_col(int room1, int room2) function in typeref:typename:int
555 (!(same_row(rn,target_room) || same_col(rn,target_room))) ||
606 (!(same_row(rn, de) || same_col(rn, de)))) {
level.c 73 static int same_col(int, int);
338 } else if (same_col(room1, room2) &&
343 } else if (same_col(room1, room2) &&
476 same_col(int room1, int room2) function in typeref:typename:int
555 (!(same_row(rn,target_room) || same_col(rn,target_room))) ||
606 (!(same_row(rn, de) || same_col(rn, de)))) {

Completed in 82 milliseconds