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

  /src/games/hunt/huntd/
execute.c 46 static void pickup(PLAYER *, int, int, int, int);
237 pickup(pp, y, x, 2, Maze[y][x]);
239 pickup(pp, y, x, 95, Maze[y][x]);
241 pickup(pp, y, x, 50, Maze[y][x]);
550 * pickup:
554 pickup(PLAYER *pp, int y, int x, int prob, int obj) function in typeref:typename:void
  /src/games/hack/
hack.c 379 pickup(1);
410 pickup(0);
415 pickup(int all) function in typeref:typename:void
481 * Note: perhaps the 1st pickup

Completed in 47 milliseconds