Home
last modified time | relevance | path

Searched refs:get_dir_rc (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/games/rogue/
H A Dzap.c119 get_dir_rc(dir, row, col, 0); in get_zapped_monster()
300 get_dir_rc(dir, &orow, &ocol, 1); in bounce()
314 get_dir_rc(dir, &row, &col, 1); in bounce()
390 get_dir_rc(dir, &nrow, &ncol, 1); in bounce()
H A Dhit.c335 get_dir_rc(d, &row, &col, 0); in fight()
366 get_dir_rc(short dir, short *row, short *col, short allow_off_screen) in get_dir_rc() function
H A Dtrap.c197 get_dir_rc(d, &row, &col, 0); in id_trap()
H A Dthrow.c164 get_dir_rc(dir, row, col, 0); in get_thrown_at_monster()
H A Dmove.c76 get_dir_rc(d, &row, &col, 1); in one_move_rogue()
H A Drogue.h457 void get_dir_rc(short, short *, short *, short);