Home
last modified time | relevance | path

Searched refs:search_move (Results 1 – 7 of 7) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c349 search_move = move; in Annotate()
362 search_move = 0; in Annotate()
449 search_move = suggested; in Annotate()
456 search_move = 0; in Annotate()
H A Dnext.c426 if (search_move) { in NextRootMove()
427 if (root_moves[which].move != search_move) { in NextRootMove()
H A Ddata.h126 extern int search_move;
H A Diterate.c707 search_move = 0; in Iterate()
H A Doption.c3184 search_move = InputMove(tree, 0, game_wtm, 0, 0, args[1]); in Option()
3185 if (!search_move) in Option()
3186 search_move = InputMove(tree, 0, Flip(game_wtm), 0, 0, args[1]); in Option()
3187 if (!search_move) in Option()
H A Ddata.c516 int search_move = 0; variable
/dports/devel/editline/editline-1.17.1/src/
H A Deditline.c113 static const char *(*search_move)(void); variable
790 p = search_hist(p, search_move); in h_search_end()
811 search_move = Repeat == NO_ARG ? el_prev_hist : el_next_hist; in h_search()