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

_GetStone() function

Get Stone

Syntax

static char _GetStone(const BOARD * pBoard,     int x,     int y);

Arguments

pBoard

pointer to the board stack

x

X position

y

Y position

Return value

stone

References

LocationReferrerText
games_win.c:163
static char _GetStone(const BOARD * pBoard, int x, int y) {
games_win.c:213_CheckDirection()
Cell = _GetStone(pBoard, x, y);
games_win.c:218_CheckDirection()
Cell = _GetStone(pBoard, x, y);
games_win.c:272_DoDirection()
} while (_GetStone(pBoard, x, y) != pBoard->ActPlayer);
games_win.c:761_OnPaint()
Cell = _GetStone(&_Board, x, y);

Call Tree

Functions calling _GetStone()
_GetStone()
Data read by _GetStone()
Data written by _GetStone()
_GetStone()
_GetStone()::r
all items filtered out