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

/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dgomoku.h171 * struct combostr *c_sort[size c_nframes];
176 struct combostr { struct
177 struct combostr *c_next; /* list of combos at the same level */
178 struct combostr *c_prev; /* list of combos at the same level */
179 struct combostr *c_link[2]; /* C:previous level or F:NULL */
205 struct combostr *e_combo; /* the whole combo */
222 struct combostr *s_frame[4]; /* level 1 combo for frame[dir] */
249 struct combostr *o_fcombo; /* the connecting combo */
260 extern struct combostr frames[FAREA]; /* storage for single frames */
261 extern struct combostr *sortframe
[all...]
H A Dpickmove.c58 static struct combostr *hashcombos[FAREA];/* hash list for finding duplicates */
59 static struct combostr *sortcombos; /* combos at higher levels */
63 static int combocnt; /* count of struct combostr allocated */
70 static void makecombo2(struct combostr *, struct spotstr *, int, int);
72 static void makecombo(struct combostr *, struct spotstr *, int, int);
73 static void appendcombo(struct combostr *, int);
74 static void updatecombo(struct combostr *, int);
75 static void makeempty(struct combostr *);
76 static int checkframes(struct combostr *, struct combostr *, struc
[all...]
H A Dbdinit.c54 struct combostr *cbp;
153 sortframes[BLACK] = (struct combostr *)0;
154 sortframes[WHITE] = (struct combostr *)0;
179 struct combostr *cbp;
H A Dmain.c76 struct combostr frames[FAREA]; /* storage for all frames */
77 struct combostr *sortframes[2]; /* sorted list of non-empty frames */
376 struct combostr *cbp;
H A Dmakemove.c69 struct combostr *cbp, *cbp1;

Completed in 69 milliseconds