HomeSort by: relevance | last modified time | path
    Searched defs:cnewcol (Results 1 - 2 of 2) sorted by relevancy

  /src/games/canfield/canfield/
canfield.c 164 static int coldcol, cnewcol, coldrow, cnewrow; variable
721 cnewcol = cinitcol + cwidthcol;
906 cnewcol = cinitcol + cwidthcol;
924 INCRHAND(cnewrow, cnewcol);
926 removecard(cnewcol, cnewrow);
984 for ( row = cnewrow, col = cnewcol, ptr = hand;
canfield.c 164 static int coldcol, cnewcol, coldrow, cnewrow; variable
721 cnewcol = cinitcol + cwidthcol;
906 cnewcol = cinitcol + cwidthcol;
924 INCRHAND(cnewrow, cnewcol);
926 removecard(cnewcol, cnewrow);
984 for ( row = cnewrow, col = cnewcol, ptr = hand;

Completed in 85 milliseconds