Home
last modified time | relevance | path

Searched defs:betinfo (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/canfield/cfscores/
H A Dcfscores.c43 struct betinfo { struct
44 long hand; /* cost of dealing hand */
45 long inspection; /* cost of inspecting hand */
46 long game; /* cost of buying game */
47 long runs; /* cost of running through hands */
48 long information; /* cost of information */
49 long thinktime; /* cost of thinking time */
50 long wins; /* total winnings */
51 long worth; /* net worth after costs */
/dragonfly/games/canfield/canfield/
H A Dcanfield.c173 struct betinfo { struct
183 struct betinfo this, game, total; argument