OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combostr
(Results
1 - 5
of
5
) 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
...]
pickmove.c
61
static struct
combostr
*hashcombos[FAREA];/* hash list for finding duplicates */
62
static struct
combostr
*sortcombos; /* combos at higher levels */
66
static int combocnt; /* count of struct
combostr
allocated */
73
static void makecombo2(struct
combostr
*, struct spotstr *, u_char, u_short);
75
static void makecombo(struct
combostr
*, struct spotstr *, u_char, u_short);
76
static void appendcombo(struct
combostr
*);
77
static void updatecombo(struct
combostr
*, player_color);
78
static void makeempty(struct
combostr
*);
79
static int checkframes(struct
combostr
*, struct
combostr
*, struct spotstr *
[
all
...]
makemove.c
64
sortframes_remove(struct
combostr
*cbp)
127
struct
combostr
*cbp = &frames[fsp->s_frame[r]];
181
struct
combostr
*cbp1 = sortframes[us];
bdinit.c
116
struct
combostr
*cbp = &frames[fi];
266
const struct
combostr
*fa = &frames[fia];
main.c
77
struct
combostr
frames[FAREA]; /* storage for all frames */
78
struct
combostr
*sortframes[2]; /* sorted list of non-empty frames */
483
struct
combostr
*cbp;
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025