Home
last modified time | relevance | path

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

/openbsd/games/bs/
H A Dbs.c211 static int plywon=0, cpuwon=0; /* How many games has each won? */ variable
1246 ++cpuwon; in playagain()
1255 if(cpuwon >= 10) in playagain()
1258 "%s: %d Computer: %d",name,plywon,cpuwon); in playagain()