Home
last modified time | relevance | path

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

/netbsd-src/games/canfield/canfield/
H A Dcanfield.c164 static int coldcol, cnewcol, coldrow, cnewrow; variable
721 cnewcol = cinitcol + cwidthcol; in initgame()
906 cnewcol = cinitcol + cwidthcol; in movetotalon()
924 INCRHAND(cnewrow, cnewcol); in movetotalon()
926 removecard(cnewcol, cnewrow); in movetotalon()
984 for ( row = cnewrow, col = cnewcol, ptr = hand; in showstat()