Home | History | Annotate | Download | only in gomoku

Lines Matching refs:BLACK

97 		sp->s_combo[BLACK].s = 0x601;
99 sp->s_level[BLACK] = 255;
101 sp->s_nforce[BLACK] = 0;
110 player_color them = us != BLACK ? BLACK : WHITE;
118 scanframes(BLACK);
130 (sp->s_combo[BLACK].cv_force == 1 ||
134 sp->s_combo[BLACK].s, sp->s_level[BLACK],
135 sp->s_nforce[BLACK],
148 spot_index bs = us == BLACK ? os : ts;
149 spot_index ws = us == BLACK ? ts : os;
155 bsp->s_combo[BLACK].s, bsp->s_level[BLACK],
156 bsp->s_nforce[BLACK],
163 wsp->s_combo[BLACK].s, wsp->s_level[BLACK],
164 wsp->s_nforce[BLACK], wsp->s_wval);
206 player_color them = us != BLACK ? BLACK : WHITE;