Home
last modified time | relevance | path

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

/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dsimpsim.c877 int end_of_child_seq = child_card_height; in DECLARE_MOVE_FUNCTION() local
880 (end_of_child_seq + 1 < col_len) && in DECLARE_MOVE_FUNCTION()
881 fcs_is_ss_false_parent(fcs_col_get_card(col, end_of_child_seq), in DECLARE_MOVE_FUNCTION()
882 fcs_col_get_card(col, end_of_child_seq + 1))) in DECLARE_MOVE_FUNCTION()
885 fcs_col_get_card(col, end_of_child_seq), in DECLARE_MOVE_FUNCTION()
886 fcs_col_get_card(col, end_of_child_seq + 1))); in DECLARE_MOVE_FUNCTION()
887 ++end_of_child_seq; in DECLARE_MOVE_FUNCTION()
891 populate_seq_points(col, end_of_child_seq, &seqs); in DECLARE_MOVE_FUNCTION()
925 (size_t)(end_of_child_seq - child_card_height + 1)); in DECLARE_MOVE_FUNCTION()