HomeSort by: relevance | last modified time | path
    Searched defs:teleok (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.trap.c 90 static int teleok(int, int);
356 if (teleok(x, y)) {
377 if (teleok(cc.x, cc.y)) {
386 } while (!teleok(nux, nuy));
417 teleok(int x, int y) function in typeref:typename:int
hack.trap.c 90 static int teleok(int, int);
356 if (teleok(x, y)) {
377 if (teleok(cc.x, cc.y)) {
386 } while (!teleok(nux, nuy));
417 teleok(int x, int y) function in typeref:typename:int

Completed in 1957 milliseconds