Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dtab.macros.h822 tg_sol_fr_ptr *old_solution_ptr, next_new_solution; in CUT_store_tg_answers() local
828 next_new_solution = TgSolFr_next(new_solution); in CUT_store_tg_answers()
863 new_solution = next_new_solution; in CUT_store_tg_answers()
939 tg_sol_fr_ptr next_old_solution, next_new_solution; in CUT_join_tg_solutions() local
959 if ((next_new_solution = TgSolFr_next(new_solution))) { in CUT_join_tg_solutions()
960 CUT_join_solution_frames_tg_answers(next_new_solution); in CUT_join_tg_solutions()
966 next_new_solution = TgSolFr_next(new_solution); in CUT_join_tg_solutions()
967 while (next_new_solution && YOUNGER_CP(gen_cp, TgSolFr_gen_cp(next_new_solution))) { in CUT_join_tg_solutions()
968 new_solution = next_new_solution; in CUT_join_tg_solutions()
969 next_new_solution = TgSolFr_next(new_solution); in CUT_join_tg_solutions()
[all …]