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

  /src/games/hangman/
endgame.c 53 if (Errors >= MAXERRS)
54 Errors = MAXERRS + 2;
58 if (Errors > MAXERRS)
extern.c 64 const ERR_POS Err_pos[MAXERRS] = {
playgame.c 57 while (Errors < MAXERRS && strchr(Known, '-') != NULL) {
prman.c 55 while (i < MAXERRS) {
hangman.h 45 #define MAXERRS 7

Completed in 16 milliseconds