Home
last modified time | relevance | path

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

/original-bsd/games/rogue/
H A Dmonster.c326 mtry(monster, row, monster->col)) {
335 mtry(monster, monster->row, col)) {
338 if (mtry(monster, row, col)) {
348 if (!tried[n] && mtry(monster, row, monster->col-1)) {
353 if (!tried[n] && mtry(monster, row, monster->col)) {
358 if (!tried[n] && mtry(monster, row, monster->col+1)) {
363 if (!tried[n] && mtry(monster, monster->row-1, col)) {
368 if (!tried[n] && mtry(monster, monster->row, col)) {
403 mtry(monster, row, col) in mtry() function
730 if (mtry(monster, row, col)) {
[all …]