HomeSort by: relevance | last modified time | path
    Searched refs:wake_room (Results 1 - 4 of 4) sorted by relevancy

  /src/games/rogue/
move.c 117 wake_room(cur_room, 1, row, col);
124 wake_room(cur_room, 0, rogue.row, rogue.col);
rogue.h 630 void wake_room(short, boolean, short, short);
level.c 771 wake_room(rn, 1, rogue.row, rogue.col);
monster.c 565 wake_room(short rn, boolean entering, short row, short col) function in typeref:typename:void

Completed in 14 milliseconds