Home
last modified time | relevance | path

Searched defs:combostr (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/games/gomoku/
H A Dgomoku.h172 struct combostr { struct
173 struct combostr *c_next; /* list of combos at the same level */ argument
174 struct combostr *c_prev; /* list of combos at the same level */ argument
175 struct combostr *c_link[2]; /* C:previous level or F:NULL */ argument
176 union comboval c_linkv[2]; /* C:combo value for link[0,1] */
177 union comboval c_combo; /* C:combo value for this level */
201 struct combostr *e_combo; /* the whole combo */ argument