Home
last modified time | relevance | path

Searched refs:KingAttacks (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dattacks.c27 if (KingAttacks(square) & Kings(side)) in Attacks()
59 attacks |= KingAttacks(square) & (Kings(black) | Kings(white)); in AttacksTo()
86 return KingAttacks(source); in AttacksFrom()
110 if (KingAttacks(square) & Kings(side)) in Attacked()
H A Dtbconfig.h73 # define TB_KING_ATTACKS(square) KingAttacks(square)
H A Dchess.h560 # define KingAttacks(square) king_attacks[square] macro
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dsjeng.rc117 # KingAttacks table (Crazyhouse/Bughouse only)