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

/openbsd-current/games/gomoku/
H A Dmakemove.c78 sp->s_wval = 0;
119 sp->s_wval -= val;
128 sp->s_wval -= val;
153 sp->s_wval += val;
H A Dgomoku.h216 short s_wval; /* weighted value */ member in struct:spotstr
H A Dbdinit.c61 sp->s_wval = 0;
H A Dpickmove.c99 sp->s_wval);
117 sp1->s_nforce[WHITE], sp1->s_wval);
125 sp2->s_nforce[BLACK], sp2->s_wval);
198 if (sp->s_wval > sp1->s_wval)
200 if (sp->s_wval != sp1->s_wval)
H A Dmain.c442 sp->s_nforce[WHITE], sp->s_wval, sp->s_flg);

Completed in 98 milliseconds