_aBoardStack is only used within STemWin.
 
Symbols
loading...
Files
loading...

_aBoardStack variable

Syntax

static BOARD _aBoardStack[END_GAME_DEPTH + 1];

References

LocationReferrerText
games_win.c:100
static BOARD _aBoardStack[END_GAME_DEPTH + 1];
games_win.c:449_Descend()
pBoard = _aBoardStack + depth;
games_win.c:450_Descend()
nextBoard = _aBoardStack + depth - 1;
games_win.c:536_PlayerAI_SmartGecko()
_aBoardStack[depth] = *pBoard;

Data Use

Functions reading _aBoardStack
_aBoardStack
all items filtered out
Type of _aBoardStack
_aBoardStack
all items filtered out