Lines Matching refs:rogue
56 #include "rogue.h"
205 mv_1_monster(monster, rogue.row, rogue.col);
221 !mon_can_go(monster, rogue.row, rogue.col)) {
223 mv_1_monster(monster, rogue.row, rogue.col);
228 if (!(flew && mon_can_go(monster, rogue.row, rogue.col))) {
229 mv_1_monster(monster, rogue.row, rogue.col);
348 (!mon_can_go(monster, rogue.row, rogue.col))) {
357 if (mon_can_go(monster, rogue.row, rogue.col)) {
442 (!mon_sees(monster, rogue.row, rogue.col))) {
542 if ((monster->row < rogue.row) && (row < monster->row)) return(0);
543 if ((monster->row > rogue.row) && (row > monster->row)) return(0);
544 if ((monster->col < rogue.col) && (col < monster->col)) return(0);
545 if ((monster->col > rogue.col) && (col > monster->col)) return(0);
620 rdif = row - rogue.row;
621 cdif = col - rogue.col;
690 row = rogue.row;
691 col = rogue.col;
695 if (((row == rogue.row) && (col == rogue.col)) ||
781 if ((row == rogue.row) && (col == rogue.col)) {
808 if ((row == rogue.row) && (col == rogue.col)) {
891 mon_can_go(monster, rogue.row, rogue.col)) {
892 mv_1_monster(monster, rogue.row, rogue.col);