OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 02:09:48 GMT 2025