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

  /src/games/rogue/
pack.c 106 pick_up(int row, int col, short *status) function in typeref:typename:object *
118 messagef(1, "pick_up(): inconsistent");
561 if ((obj = pick_up(rogue.row, rogue.col, &stat)) != NULL) {
pack.c 106 pick_up(int row, int col, short *status) function in typeref:typename:object *
118 messagef(1, "pick_up(): inconsistent");
561 if ((obj = pick_up(rogue.row, rogue.col, &stat)) != NULL) {

Completed in 105 milliseconds