Home
last modified time | relevance | path

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

/openbsd-src/games/gomoku/
H A DMakefile4 SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
H A Dgomoku.h268 void bdinit(struct spotstr *);
H A Dbdinit.c39 bdinit(struct spotstr *bp) in bdinit() function
H A Dmain.c128 bdinit(board); /* initialize board contents */ in main()