Home
last modified time | relevance | path

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

/dflybsd-src/games/gomoku/
H A DMakefile5 SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
H A Dgomoku.h273 void bdinit(struct spotstr *);
H A Dbdinit.c43 bdinit(struct spotstr *bp) in bdinit() function
H A Dmain.c138 bdinit(board); /* initialize board contents */ in main()