HomeSort by: relevance | last modified time | path
    Searched defs:combostr (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
gomoku.h 152 * struct combostr *c_sort[size c_nframes];
157 struct combostr { struct
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 *);
    [all...]
gomoku.h 152 * struct combostr *c_sort[size c_nframes];
157 struct combostr { struct
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 *);
    [all...]

Completed in 24 milliseconds