OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mon_sees
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/rogue/
rogue.h
555
boolean
mon_sees
(const object *, int, int);
spec_hit.c
486
if ((!
mon_sees
(monster, rogue.row, rogue.col)) || coin_toss()) {
monster.c
442
(!
mon_sees
(monster, rogue.row, rogue.col))) {
864
mon_sees
(const object *monster, int row, int col)
function
room.c
430
if (
mon_sees
(monster, rogue.row, rogue.col)) {
Completed in 20 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026