Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dgnc-pricedb.c1889 GList *node, *found_coms = NULL, *retval = NULL; in latest_before() local
1898 (com == target && g_list_find (found_coms, cur)) || in latest_before()
1899 (cur == target && g_list_find (found_coms, com))) in latest_before()
1904 found_coms = g_list_prepend (found_coms, com == target ? cur : com); in latest_before()
1906 g_list_free (found_coms); in latest_before()