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

  /src/games/rogue/
move.c 70 one_move_rogue(short dirch, short pickup) function in typeref:typename:int
115 clean_up("one_move_rogue: door to nowhere");
198 if (((m = one_move_rogue((dirch + 96), 1)) == MOVE_FAILED) ||
217 while ((!interrupted) && (one_move_rogue((dirch + 32), 1) == MOVED))
334 (void)one_move_rogue(ch, 0);
move.c 70 one_move_rogue(short dirch, short pickup) function in typeref:typename:int
115 clean_up("one_move_rogue: door to nowhere");
198 if (((m = one_move_rogue((dirch + 96), 1)) == MOVE_FAILED) ||
217 while ((!interrupted) && (one_move_rogue((dirch + 32), 1) == MOVED))
334 (void)one_move_rogue(ch, 0);
move.c 70 one_move_rogue(short dirch, short pickup) function in typeref:typename:int
115 clean_up("one_move_rogue: door to nowhere");
198 if (((m = one_move_rogue((dirch + 96), 1)) == MOVE_FAILED) ||
217 while ((!interrupted) && (one_move_rogue((dirch + 32), 1) == MOVED))
334 (void)one_move_rogue(ch, 0);
move.c 70 one_move_rogue(short dirch, short pickup) function in typeref:typename:int
115 clean_up("one_move_rogue: door to nowhere");
198 if (((m = one_move_rogue((dirch + 96), 1)) == MOVE_FAILED) ||
217 while ((!interrupted) && (one_move_rogue((dirch + 32), 1) == MOVED))
334 (void)one_move_rogue(ch, 0);

Completed in 45 milliseconds