Lines Matching defs:mtry
128 static int mtry(object *, short, short);
380 mtry(monster, row, monster->col)) {
389 mtry(monster, monster->row, col)) {
392 if (mtry(monster, row, col)) {
402 if (!tried[n] && mtry(monster, row, monster->col-1)) {
407 if (!tried[n] && mtry(monster, row, monster->col)) {
412 if (!tried[n] && mtry(monster, row, monster->col+1)) {
417 if (!tried[n] && mtry(monster, monster->row-1, col)) {
422 if (!tried[n] && mtry(monster, monster->row, col)) {
427 if (!tried[n] && mtry(monster, monster->row+1, col)) {
458 mtry(object *monster, short row, short col)
784 if (mtry(monster, row, col)) {
811 if (mtry(monster, row, col)) {