Home | History | Annotate | Download | only in gomoku

Lines Matching refs:combostr

152  *	struct combostr *c_sort[size c_nframes];
157 struct combostr {
158 struct combostr *c_next; /* list of combos at the same level */
159 struct combostr *c_prev; /* list of combos at the same level */
160 struct combostr *c_link[2]; /* F: NULL,
190 struct combostr *e_combo; /* the whole combo */
264 extern struct combostr frames[FAREA]; /* storage for single frames */
265 extern struct combostr *sortframes[2]; /* sorted, non-empty frames */
292 void clearcombo(struct combostr *, int);
293 void markcombo(struct combostr *);
296 void printcombo(struct combostr *, char *, size_t);