Home
last modified time | relevance | path

Searched refs:sqcolor (Results 1 – 10 of 10) sorted by relevance

/dports/games/sjeng/Sjeng-Free-11.2/
H A Dseval.c494 if (sqcolor[i] != wbc) in suicide_mid_eval()
498 wbc = sqcolor[i]; in suicide_mid_eval()
507 if (sqcolor[i] != bbc) in suicide_mid_eval()
511 bbc = sqcolor[i]; in suicide_mid_eval()
H A Dextvars.h105 extern const int rank[144], file[144], diagl[144], diagr[144], sqcolor[144];
H A Deval.c104 const int sqcolor[144] = variable
/dports/games/phalanx/Phalanx-XXV/
H A Dendgame.c358 extern signed char * sqcolor; in e_mp()
396 if( sqcolor[wb] == 1 ) return 0; /* the bishop is ok */ in e_mp()
417 extern signed char * sqcolor; in e_nb()
425 if( sqcolor[i] == 1 ) kp = Th[BKP]; else kp = BKP; in e_nb()
434 if( sqcolor[i] == 1 ) kp = Th[WKP]; else kp = WKP; in e_nb()
H A Dstatic.c43 }; signed char * sqcolor = sqcolor_-20; variable
380 Wknow.bishopcolor |= sqcolor[i]; in score_position()
381 Bknow.xbishopcolor |= 3-sqcolor[i]; in score_position()
470 Bknow.bishopcolor |= 3-sqcolor[i]; in score_position()
471 Wknow.xbishopcolor |= sqcolor[i]; in score_position()
1179 if( sqcolor[sq] & know->bishopcolor ) in score_position()
1434 && ( know->xbishopcolor & sqcolor[sq] ) == 0 in score_position()
/dports/games/scid/scid/engines/phalanx-scid/
H A Dendgame.c326 extern signed char * sqcolor; in e_mp()
364 if( sqcolor[wb] == 1 ) return 0; /* the bishop is ok */ in e_mp()
385 extern signed char * sqcolor; in e_nb()
393 if( sqcolor[i] == 1 ) kp = Th[BKP]; else kp = BKP; in e_nb()
402 if( sqcolor[i] == 1 ) kp = Th[WKP]; else kp = WKP; in e_nb()
H A Dstatic.c43 }; signed char * sqcolor = sqcolor_-20; variable
364 Wknow.bishopcolor |= sqcolor[i]; in score_position()
365 Bknow.xbishopcolor |= 3-sqcolor[i]; in score_position()
447 Bknow.bishopcolor |= 3-sqcolor[i]; in score_position()
448 Wknow.xbishopcolor |= sqcolor[i]; in score_position()
1077 if( sqcolor[sq] & know->bishopcolor ) in score_position()
1344 && ( know->xbishopcolor & sqcolor[sq] ) == 0 in score_position()
/dports/x11-clocks/abclock/abclock-1.0d/
H A Dabclock.c61 *sqcolor = NULL, variable
213 sqcolor = get_arg (); in process_args()
593 colors [2] = AllocColor (display, colormap, sqcolor, fg_color); in start_graphics()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwinboard.c2943 DrawPieceOnDC(HDC hdc, ChessSquare piece, int color, int sqcolor, int x, int y, HDC tmphdc) in DrawPieceOnDC() argument
2989 color == sqcolor ? OUTLINE_PIECE : SOLID_PIECE)); in DrawPieceOnDC()
2991 sqcolor ? SRCCOPY : NOTSRCCOPY); in DrawPieceOnDC()
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwinboard.c2983 DrawPieceOnDC(HDC hdc, ChessSquare piece, int color, int sqcolor, int x, int y, HDC tmphdc) in DrawPieceOnDC() argument
3029 color == sqcolor ? OUTLINE_PIECE : SOLID_PIECE)); in DrawPieceOnDC()
3031 sqcolor ? SRCCOPY : NOTSRCCOPY); in DrawPieceOnDC()