OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sortframes
(Results
1 - 5
of
5
) sorted by relevancy
/src/games/gomoku/
makemove.c
70
if (
sortframes
[BLACK] == cbp)
71
sortframes
[BLACK] = cbp->c_next;
72
if (
sortframes
[WHITE] == cbp)
73
sortframes
[WHITE] = cbp->c_next;
181
struct combostr *cbp1 =
sortframes
[us];
183
sortframes
[us] = cbp->c_next = cbp->c_prev = cbp;
189
sortframes
[us] = cbp;
196
} while (cbp1 !=
sortframes
[us]);
bdinit.c
158
sortframes
[BLACK] = NULL;
159
sortframes
[WHITE] = NULL;
gomoku.h
265
extern struct combostr *
sortframes
[2]; /* sorted, non-empty frames */
main.c
78
struct combostr *
sortframes
[2]; /* sorted list of non-empty frames */
variable in typeref:struct:combostr * [2]
pickmove.c
262
struct combostr *cbp =
sortframes
[color];
597
cbp = ecbp =
sortframes
[curcolor];
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025