Home
last modified time | relevance | path

Searched refs:hintmax (Results 1 – 5 of 5) sorted by relevance

/minix/games/adventure/
H A Dio.c509 hintmax = 0; in rhints()
515 if (hintnum > hintmax) in rhints()
516 hintmax = hintnum; in rhints()
H A Ddone.c100 for (i = 1; i <= hintmax; i++) in score()
H A Dhdr.h125 extern int hintmax;
H A Dinit.c100 int hintmax; variable
H A Dsubr.c509 for (hint = 4; hint <= hintmax; hint++) { in checkhints()