/src/games/gomoku/ |
Makefile | 5 SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
|
stoc.c | 1 /* $NetBSD: stoc.c,v 1.21 2022/05/29 00:12:11 rillig Exp $ */ 36 /* @(#)stoc.c 8.1 (Berkeley) 7/24/94 */ 37 __RCSID("$NetBSD: stoc.c,v 1.21 2022/05/29 00:12:11 rillig Exp $"); 51 stoc(spot_index s) function in typeref:typename:const char *
|
main.c | 119 fprintf(fp, "%s\n", stoc(game.moves[m])); 314 stoc(curmove)); 516 stoc(pickmove(color))); 527 debuglog("%s", stoc(game.moves[m])); 533 fprintf(fp, "%s", stoc(game.moves[m])); 535 fprintf(fp, " %s\n", stoc(game.moves[m])); 554 stoc(s1), pdir[r1], stoc(s2), pdir[r2], 561 debuglog("V %s %x/%d %d %x/%d %d %d %x", stoc(s), 566 debuglog("FB %s %x %x %x %x", stoc(s) [all...] |
gomoku.h | 289 const char *stoc(spot_index);
|
pickmove.c | 133 stoc(s), 154 stoc(bs), 160 stoc(ws), 692 stoc((spot_index)(sp - board))); 941 stoc((spot_index)(sp - board)), 1225 debuglog("sortc: %s%c l%u", stoc(fcbp->c_vertex), 1230 stoc((*cpp)->c_vertex), pdir[(*cpp)->c_dir]); 1287 stoc((*cpp)->c_vertex), 1298 stoc((*cpp)->c_vertex), 1340 stoc(tcbp->c_vertex), pdir[tcbp->c_dir], cbp->c_flags) [all...] |