/src/games/canfield/canfield/ |
canfield.c | 158 static int cardsoff, base, cinhand, taloncnt, stockcnt, timesthru; variable in typeref:typename:int 715 taloncnt = 0; 902 taloncnt = 0; 942 taloncnt += fin; 947 printw("%3d", taloncnt); 967 printw("Talon: %3d", taloncnt); 1036 taloncnt--; 1039 printw("%3d", taloncnt); 1422 switch (34 - taloncnt - cinhand) {
|
canfield.c | 158 static int cardsoff, base, cinhand, taloncnt, stockcnt, timesthru; variable in typeref:typename:int 715 taloncnt = 0; 902 taloncnt = 0; 942 taloncnt += fin; 947 printw("%3d", taloncnt); 967 printw("Talon: %3d", taloncnt); 1036 taloncnt--; 1039 printw("%3d", taloncnt); 1422 switch (34 - taloncnt - cinhand) {
|