_CalcScore() is only used within STemWin.
 
Symbols
loading...
Files
loading...

_CalcScore() function

Calculate Score

Syntax

static int _CalcScore(const BOARD * pBoard);

Arguments

pBoard

pointer to the board stack

Return value

Score

References

LocationReferrerText
games_win.c:301
static int _CalcScore(const BOARD * pBoard) {
games_win.c:416_Eval()
score = _CalcScore(pBoard);
games_win.c:632_SetPlayer()
Score = _CalcScore(&_Board);

Call Tree

Functions calling _CalcScore()
all items filtered out
_CalcScore()
Data read by _CalcScore()
Data written by _CalcScore()
_CalcScore()::x
_CalcScore()::y
_CalcScore()::r
_CalcScore()::Cell
all items filtered out
_CalcScore()
_CalcScore()::x
_CalcScore()::y
_CalcScore()::r
_CalcScore()::Cell
all items filtered out