Home
last modified time | relevance | path

Searched refs:KnightAttacks (Results 1 – 3 of 3) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dattacks.c23 if (KnightAttacks(square) & Knights(side)) in Attacks()
54 attacks |= KnightAttacks(square) & (Knights(black) | Knights(white)); in AttacksTo()
82 return KnightAttacks(source); in AttacksFrom()
112 if (KnightAttacks(square) & Knights(side)) in Attacked()
H A Dtbconfig.h79 # define TB_KNIGHT_ATTACKS(square) KnightAttacks(square)
H A Dchess.h561 # define KnightAttacks(square) knight_attacks[square] macro