Home
last modified time | relevance | path

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

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