HomeSort by: relevance | last modified time | path
    Searched refs:wscore (Results 1 - 7 of 7) sorted by relevancy

  /src/games/warp/
score.h 45 __dead void wscore(void);
score.c 64 wscore();
209 wscore(void) function in typeref:typename:void
  /src/games/backgammon/common_source/
save.c 131 write(fdesc, &wscore, sizeof wscore);
162 read(fdesc, &wscore, sizeof wscore);
init.c 93 int wscore; variable in typeref:typename:int
back.h 109 extern int wscore; /* white's score */
subs.c 207 if (rscore || wscore) {
410 wrint(wscore);
  /src/games/backgammon/backgammon/
main.c 142 rscore = wscore = 0; /* zero score */
489 wscore += gvalue;

Completed in 14 milliseconds