Searched refs:SGAME (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/games/cribbage/
H A Ddeck.h47 #define SGAME 61 /* # points in a short game */ macro
H A Dcrib.c151 if (glimit == SGAME)
152 glimit = (getuchar() == 'L' ? LGAME : SGAME);
154 glimit = (getuchar() == 'S' ? SGAME : LGAME);

Completed in 102 milliseconds