Lines Matching defs:ocol
123 short orow, ocol;
126 orow = *row; ocol = *col;
128 if (((*row == orow) && (*col == ocol)) ||
282 short orow, ocol;
302 ocol = col;
304 ch = mvinch(orow, ocol);
306 mvaddch(orow, ocol, ch);
307 get_dir_rc(dir, &orow, &ocol, 1);
308 } while (!( (ocol <= 0) ||
309 (ocol >= DCOLS-1) ||
310 (dungeon[orow][ocol] == NOTHING) ||
311 (dungeon[orow][ocol] & MONSTER) ||
312 (dungeon[orow][ocol] & (HORWALL | VERTWALL)) ||
313 ((orow == rogue.row) && (ocol == rogue.col))));
318 ocol = col;
394 ncol = ocol;
404 bounce(ball, new_dir, orow, ocol, r);