OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outcome
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/gomoku/
main.c
252
declare_winner(int
outcome
, const enum input_source *input, player_color color)
256
switch (
outcome
) {
276
struct
outcome
{
struct
281
static struct
outcome
317
int
outcome
;
local
318
if ((
outcome
= makemove(color, curmove)) != MOVEOK)
319
return (struct
outcome
){
outcome
, color };
381
struct
outcome
outcome
= main_game_loop(input)
local
[
all
...]
main.c
252
declare_winner(int
outcome
, const enum input_source *input, player_color color)
256
switch (
outcome
) {
276
struct
outcome
{
struct
281
static struct
outcome
317
int
outcome
;
local
318
if ((
outcome
= makemove(color, curmove)) != MOVEOK)
319
return (struct
outcome
){
outcome
, color };
381
struct
outcome
outcome
= main_game_loop(input)
local
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026