Home
last modified time | relevance | path

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

/netbsd-src/games/hunt/huntd/
H A Ddriver.c258 if (Nplayer <= 0) in main()
260 reply = htons((u_short) Nplayer); in main()
275 if (msg == C_MONITOR && Nplayer <= 0) in main()
336 } while (Nplayer > 0); in main()
681 Nplayer--; in zap()
831 n = STAT_PLAY_ROW + 1 + Nplayer; in zap()
H A Dextern.c49 int Nplayer = 0; /* number of players */ variable
H A Dhunt.h139 extern int Nplayer;
H A Danswer.c258 Nplayer++; in stplayer()
/netbsd-src/games/hunt/include/
H A Dhunt_common.h213 #define SCANLEN (Nplayer * 20)