HomeSort by: relevance | last modified time | path
    Searched refs:LAST_PLAYER (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hunt/include/
hunt_common.h 72 #define LAST_PLAYER ('l' | 0200)
  /src/games/hunt/hunt/
playit.c 149 if ((ch = GETCHR()) == LAST_PLAYER)
150 Last_player = true;
288 if (Last_player)
  /src/games/hunt/huntd/
driver.c 844 (void) putc(LAST_PLAYER, pp->p_output);
929 (void) putc(LAST_PLAYER, pp->p_output);
936 (void) putc(LAST_PLAYER, pp->p_output);

Completed in 13 milliseconds