Searched refs:s_wval (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/games/gomoku/
H A Dmakemove.c58 if (board[PT(x, y)].s_wval != 0)
116 sp->s_wval = 0;
140 sp->s_wval -= val;
149 sp->s_wval -= val;
178 sp->s_wval += val;
H A Dgomoku.h215 short s_wval; /* weighted value */ member in struct:spotstr
H A Dbdinit.c145 sp->s_wval = 0;
H A Dpickmove.c138 sp->s_wval);
158 bsp->s_nforce[WHITE], bsp->s_wval);
164 wsp->s_nforce[BLACK], wsp->s_wval);
217 if (/* .... */ asp->s_wval != bsp->s_wval)
218 return asp->s_wval > bsp->s_wval;
H A Dmain.c565 sp->s_nforce[WHITE], sp->s_wval, sp->s_flags);

Completed in 214 milliseconds