Home
last modified time | relevance | path

Searched refs:wscore (Results 1 – 7 of 7) sorted by relevance

/netbsd/games/backgammon/common_source/
H A Dsave.c131 write(fdesc, &wscore, sizeof wscore); in save()
162 read(fdesc, &wscore, sizeof wscore); in recover()
H A Dsubs.c206 if (rscore || wscore) { in gwrite()
409 wrint(wscore); in wrscore()
H A Dinit.c94 int wscore; variable
H A Dback.h109 extern int wscore; /* white's score */
/netbsd/games/warp/
H A Dscore.h45 __dead void wscore(void);
H A Dscore.c64 wscore(); in score_init()
209 wscore(void) in wscore() function
/netbsd/games/backgammon/backgammon/
H A Dmain.c142 rscore = wscore = 0; /* zero score */ in main()
489 wscore += gvalue; in main()