Home
last modified time | relevance | path

Searched refs:TB_WPAWN (Results 1 – 2 of 2) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c38 #define TB_WPAWN TB_PAWN macro
205 if (pcs[TB_WPAWN] + pcs[TB_BPAWN] == 0) { in init_tb()
224 entry->has_pawns = (pcs[TB_WPAWN] + pcs[TB_BPAWN] > 0); in init_tb()
230 ptr->pawns[0] = pcs[TB_WPAWN]; in init_tb()
232 if (pcs[TB_BPAWN] > 0 && (pcs[TB_WPAWN] == 0 || in init_tb()
233 pcs[TB_BPAWN] < pcs[TB_WPAWN])) { in init_tb()
235 ptr->pawns[1] = pcs[TB_WPAWN]; in init_tb()
H A Dtbprobe.c34 #define WHITE_KING (TB_WPAWN + 5)
35 #define WHITE_QUEEN (TB_WPAWN + 4)
36 #define WHITE_ROOK (TB_WPAWN + 3)
37 #define WHITE_BISHOP (TB_WPAWN + 2)
38 #define WHITE_KNIGHT (TB_WPAWN + 1)
39 #define WHITE_PAWN TB_WPAWN