Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Depdglue.c427 if (tree->status[posdex].enpassant_target != 0) { in EGGetIndexedHostPosition()
430 if (tree->status[posdex].enpassant_target == EGMapToHostSq(sq)) in EGGetIndexedHostPosition()
506 tree->status[0].enpassant_target = 0; in EGPutHostPosition()
508 tree->status[0].enpassant_target = EGMapToHostSq(epsq); in EGPutHostPosition()
H A Dchess.h124 uint8_t enpassant_target; member
621 # define EnPassant(ply) (tree->status[ply].enpassant_target)