Home
last modified time | relevance | path

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

/openbsd/src/games/cribbage/
Dcrib.c225 msg("Loser (%s) gets first crib", (iwon ? "you" : "me")); in game()
226 compcrib = !iwon; in game()
249 iwon = FALSE; in game()
262 iwon = TRUE; in game()
Dextern.c38 bool iwon = FALSE; /* if comp won last game */ variable
Dcribbage.h58 extern bool iwon; /* if comp won last */