Home
last modified time | relevance | path

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

/netbsd-src/games/gomoku/
H A Dgomoku.h157 struct combostr { struct
158 struct combostr *c_next; /* list of combos at the same level */ argument
159 struct combostr *c_prev; /* list of combos at the same level */ argument
160 struct combostr *c_link[2]; /* F: NULL, argument
162 union comboval c_linkv[2]; /* C: combo value for link[0, 1] */
163 union comboval c_combo; /* F: initial combo value (read-only),
165 spot_index c_vertex; /* F: frame head,
190 struct combostr *e_combo; /* the whole combo */ argument