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

  /src/games/rogue/
level.c 74 static int same_row(int, int);
328 if (same_row(room1, room2) &&
333 } else if (same_row(room1, room2) &&
470 same_row(int room1, int room2) function in typeref:typename:int
555 (!(same_row(rn,target_room) || same_col(rn,target_room))) ||
559 if (same_row(rn, target_room)) {
606 (!(same_row(rn, de) || same_col(rn, de)))) {
614 if (same_row(rn, de)) {

Completed in 10 milliseconds