Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c39 #define TB_BPAWN (TB_PAWN | 8) 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()
231 ptr->pawns[1] = pcs[TB_BPAWN]; 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()
234 ptr->pawns[0] = pcs[TB_BPAWN]; in init_tb()
H A Dtbprobe.c40 #define BLACK_KING (TB_BPAWN + 5)
41 #define BLACK_QUEEN (TB_BPAWN + 4)
42 #define BLACK_ROOK (TB_BPAWN + 3)
43 #define BLACK_BISHOP (TB_BPAWN + 2)
44 #define BLACK_KNIGHT (TB_BPAWN + 1)
45 #define BLACK_PAWN TB_BPAWN