Searched refs:check_legal (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dpartner.c546 if (check_legal(&hismoves[0], i, ic))
560 if (check_legal(&ourmoves[0], j, icc))
585 if (check_legal(&hismoves[0], i, ic))
598 if (check_legal(&ourmoves[0], j, icc))
621 if (check_legal(&hismoves[0], i, ic))
634 if (check_legal(&ourmoves[0], j, icc))
657 if (check_legal(&hismoves[0], i, ic))
670 if (check_legal(&ourmoves[0], j, icc))
693 if (check_legal(&hismoves[0], i, ic))
706 if (check_legal(
[all...]
H A Dproof.c165 if (check_legal (&moves[0], i, TRUE))
397 if (check_legal (&moves[0], i, TRUE))
420 if (check_legal (&moves[0], i, TRUE))
612 if (check_legal (&moves[0], i, ic))
643 if (check_legal(&moves[0], i, ic))
665 if (check_legal(&moves[0], i, ic))
809 if (check_legal (&moves[0], i, ic))
846 if (check_legal (&moves[0], i, ic))
1060 if (check_legal (&moves[0], i, ic))
H A Dutils.c224 if (check_legal(&moves[0], i, ic))
275 if (!check_legal(&move, 0, 1))
292 if (check_legal(&evade_moves[0], i, TRUE))
551 if (check_legal(&moves[0], bm, 1))
940 if (check_legal (&moves[0], i, TRUE))
970 if (check_legal (&moves[0], i, TRUE)) {
1272 check_legal(&moves[0], j, ic);
H A Dbook.c227 if (check_legal(&moves[0], j, ic))
H A Dprotos.h30 bool check_legal (move_s moves[], int m, int incheck);
H A Dsearch.c252 if (check_legal (&moves[0], i, ic)) {
674 if (check_legal(&moves[0], i, incheck))
817 if (check_legal (&moves[0], i, incheck)) {
1129 if (check_legal(&moves[0], i, incheck))
1146 if (check_legal(&moves[0], i, incheck))
1182 if (check_legal (&moves[0], i, incheck)) {
1513 if (check_legal(&moves[0], l, ic))
1531 if (check_legal(&moves[0], l, ic))
2038 if (check_legal (&moves[0], i, ic)) {
H A Dnewbook.c292 if (check_legal(&moves[0], i, ic))
485 if (check_legal(&moves[0], i, TRUE))
H A Dmoves.c39 bool check_legal (move_s moves[], int m, int incheck) { function

Completed in 82 milliseconds