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

  /src/games/canfield/canfield/
canfield.c 90 #define stockrow 8 macro
427 move(stockrow - 1, sidecol);
429 move(stockrow, sidecol);
431 move(stockrow + 1, sidecol);
458 for(ptr = stock, row = stockrow;
466 move(stockrow + 1, sidecol);
475 move(stockrow, sidecol);
746 printcard(stockcol, stockrow, stock);
759 fndbase(&stock, stockcol, stockrow);
1076 move(stockrow + 1, sidecol)
    [all...]
canfield.c 90 #define stockrow 8 macro
427 move(stockrow - 1, sidecol);
429 move(stockrow, sidecol);
431 move(stockrow + 1, sidecol);
458 for(ptr = stock, row = stockrow;
466 move(stockrow + 1, sidecol);
475 move(stockrow, sidecol);
746 printcard(stockcol, stockrow, stock);
759 fndbase(&stock, stockcol, stockrow);
1076 move(stockrow + 1, sidecol)
    [all...]

Completed in 44 milliseconds