Searched refs:MAXMON (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dextern.c48 struct pollfd fdset[3+MAXPL+MAXMON];
68 PLAYER Monitor[MAXMON]; /* all the monitors */
H A Dhunt.h92 * Choose MAXPL and MAXMON carefully. The screen is assumed to be
93 * 23 lines high and will only tolerate (MAXPL == 17 && MAXMON == 0)
94 * or (MAXPL + MAXMON <= 16).
98 #define MAXMON 1 macro
101 #define MAXMON 0 macro
397 extern PLAYER Monitor[MAXMON], *End_monitor;
H A Danswer.c163 if (End_monitor < &Monitor[MAXMON]) {
H A Ddriver.c133 while (poll(fdset, 3+MAXPL+MAXMON, INFTIM) < 0)
229 if (poll(fdset, 3+MAXPL+MAXMON, linger) > 0) {

Completed in 99 milliseconds