Home | History | Annotate | Download | only in rogue

Lines Matching defs:orow

123 	short orow, ocol;
126 orow = *row; ocol = *col;
128 if (((*row == orow) && (*col == ocol)) ||
282 short orow, ocol;
301 orow = row;
304 ch = mvinch(orow, ocol);
306 mvaddch(orow, ocol, ch);
307 get_dir_rc(dir, &orow, &ocol, 1);
310 (dungeon[orow][ocol] == NOTHING) ||
311 (dungeon[orow][ocol] & MONSTER) ||
312 (dungeon[orow][ocol] & (HORWALL | VERTWALL)) ||
313 ((orow == rogue.row) && (ocol == rogue.col))));
317 orow = row;
393 nrow = orow;
404 bounce(ball, new_dir, orow, ocol, r);