Lines Matching refs:doors
364 oth_rn = rooms[rn].doors[i].oth_room;
445 if (rooms[rr].doors[k].oth_room == rn) {
446 monster->trow = rooms[rr].doors[k].oth_row;
447 monster->tcol = rooms[rr].doors[k].oth_col;
472 if (rooms[i].doors[j].oth_room == rn) {
474 if (rooms[rn].doors[k].oth_room == i) {
475 monster->trow = rooms[rn].doors[k].oth_row;
476 monster->tcol = rooms[rn].doors[k].oth_col;
509 if ((d != -1) && (rooms[rn].doors[d].oth_room >= 0)) {
510 *row = rooms[rn].doors[d].oth_row;
511 *col = rooms[rn].doors[d].oth_col;