Home
last modified time | relevance | path

Searched refs:short_movestr (Results 1 – 10 of 10) sorted by relevance

/dports/games/KnightCap/Export/
H A Dtestsuite.c95 lprintf(0,"illegal %s %s\n", short_movestr(b, m), tok); in load_fin()
144 lprintf(0,"looking for %s\n", short_movestr(b, &m)); in test_fin()
147 short_movestr(b, &m)); in test_fin()
163 short_movestr(b, &m2), in test_fin()
168 short_movestr(b, &m2), short_movestr(b, &m), in test_fin()
176 short_movestr(b, &m2), in test_fin()
181 short_movestr(b, &m2), in test_fin()
H A Dmove.c336 short_movestr(b, &moves[m]), in quiesce_check()
555 short_movestr(b, &m1)); in quiesce()
710 short_movestr(b, &m1)); in quiesce()
758 short_movestr(b, &m1), in quiesce()
831 v1.v, short_movestr(b, &m1), in abtest()
1143 short_movestr(b, &moves[m]), in abtest()
1673 short_movestr(b, move)); in mtd_search()
1739 short_movestr(b, move)); in mtd_search()
1815 short_movestr(&b1, &m1), in show_pv()
1922 short_movestr(&b1, &m1)); in terrible_move()
[all …]
H A Dbrain.c95 short_movestr(b, next_move), br->depth_low, br->depth_high); in save_blunder()
120 short_movestr(NULL, &m1), in entry_str()
534 short_movestr(b, move)); in brain_lookup()
538 lprintf(0, "EGTB: %s %s\n", short_movestr(b, move), evalstr(move->v)); in brain_lookup()
541 prog_printf("whisper EGTB: %s %s\n", short_movestr(b, move), in brain_lookup()
592 short_movestr(b, move)); in brain_lookup()
600 short_movestr(b, move), in brain_lookup()
620 short_movestr(b, move), in brain_lookup()
1053 short_movestr(&b, &move)); in brain_mull()
H A Dutil.c93 char *short_movestr(Position *p, Move *move) in short_movestr() function
121 short_movestr(p, move)); in movestr()
127 short_movestr(p, move)); in movestr()
H A Dprog.c85 prog_printf("%s\n",short_movestr(p, move)); in prog_tell_move()
H A Dboard.c185 lprintf(0,"no piece! %s\n", short_movestr(b, move)); in do_move_part1()
194 lprintf(0,"own capture! %s\n", short_movestr(b, move)); in do_move_part1()
201 lprintf(0,"king capture! %s\n", short_movestr(b, move)); in do_move_part1()
H A Dgenerate.c921 lprintf(0,"%s %d bad\n", short_movestr(oldb, move), bad); in update_moves1()
926 lprintf(0,"%s %d xray bad\n", short_movestr(oldb, move), xray_bad); in update_moves1()
1265 short_movestr(b, moves)); in generate_check_avoidance()
1277 short_movestr(b, moves)); in generate_check_avoidance()
H A Dproto.h121 char *short_movestr(Position *p, Move *move);
H A Dknightcap.c124 short_movestr(&state->position, &move)); in player_moved()
H A Deval.c2486 short_movestr(b, &b->last_move)); in eval_etype()