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

  /src/games/backgammon/common_source/
fancy.c 102 curmove(0, 0); /* do top line */
106 curmove(15, 0); /* do bottom line */
112 curmove((l == 1 ? 1 : 15), i);
115 curmove(curr + l, curc - 1);
123 curmove(2, 1); /* label positions 13-18 */
127 curmove(curr, curc + 2);
132 curmove(2, 29); /* label positions 19-24 */
136 curmove(curr, curc + 2);
141 curmove(14, 1); /* label positions 12-7 */
145 curmove(curr, curc + 2)
411 curmove(int r, int c) function in typeref:typename:void
    [all...]
  /src/games/gomoku/
main.c 284 spot_index curmove = 0; local in function:main_game_loop
290 curmove = readinput(inputfp);
291 if (curmove != END_OF_INPUT)
301 curmove = read_move();
307 curmove = pickmove(color);
311 if (interactive && curmove != ILLEGAL) {
314 stoc(curmove));
318 if ((outcome = makemove(color, curmove)) != MOVEOK)

Completed in 12 milliseconds