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

  /src/games/canfield/canfield/
canfield.c 85 #define sidecol 1 macro
425 move(ottlrow, sidecol);
427 move(stockrow - 1, sidecol);
429 move(stockrow, sidecol);
431 move(stockrow + 1, sidecol);
433 move(talonrow - 2, sidecol);
435 move(talonrow - 1, sidecol);
437 move(talonrow, sidecol);
439 move(talonrow + 1, sidecol);
461 move(row, sidecol);
    [all...]
canfield.c 85 #define sidecol 1 macro
425 move(ottlrow, sidecol);
427 move(stockrow - 1, sidecol);
429 move(stockrow, sidecol);
431 move(stockrow + 1, sidecol);
433 move(talonrow - 2, sidecol);
435 move(talonrow - 1, sidecol);
437 move(talonrow, sidecol);
439 move(talonrow + 1, sidecol);
461 move(row, sidecol);
    [all...]

Completed in 21 milliseconds