| hack.pri.c | 515 nosee(int x, int y)  function in typeref:typename:void 557 			nosee(x, u.uy);
 558 			nosee(x, u.uy - u.dy);
 559 			nosee(x, y);
 560 			nosee(u.ux - u.dx, y);
 561 			nosee(u.ux, y);
 563 			nosee(x, y - 1);
 564 			nosee(x, y);
 565 			nosee(x, y + 1);
 568 		nosee(x - 1, y)
 [all...]
 |