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

/netbsd-current/games/cribbage/
H A Ddeck.h47 #define SGAME 61 /* # points in a short game */ macro
H A Dcrib.c154 if (glimit == SGAME)
155 glimit = (getuchar() == 'L' ? LGAME : SGAME);
157 glimit = (getuchar() == 'S' ? SGAME : LGAME);

Completed in 101 milliseconds