Home
last modified time | relevance | path

Searched refs:four_in_a_row (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/gomoku/
H A Dpickmove.c227 four_in_a_row(player_color color, spot_index s, direction r) in four_in_a_row() function
266 if (four_in_a_row(color, cbp->c_vertex, cbp->c_dir)) in scanframes()