Home
last modified time | relevance | path

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

/netbsd-src/games/hunt/huntd/
H A Dextern.c48 struct pollfd fdset[3+MAXPL+MAXMON];
63 PLAYER Monitor[MAXMON]; /* all the monitors */
H A Dhunt.h155 extern PLAYER Monitor[MAXMON], *End_monitor;
H A Ddriver.c246 while (poll(fdset, 3+MAXPL+MAXMON, INFTIM) < 0) in main()
338 if (poll(fdset, 3+MAXPL+MAXMON, linger) > 0) { in main()
H A Danswer.c176 if (End_monitor < &Monitor[MAXMON]) { in answer()
/netbsd-src/games/hunt/include/
H A Dhunt_common.h83 #define MAXMON 1 macro
86 #define MAXMON 0 macro