Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DSchedXaction.c76 sx->num_occurances_total = 0; in gnc_schedxaction_init()
123 g_value_set_int(value, sx->num_occurances_total); in gnc_schedxaction_get_property()
736 return sx->num_occurances_total; in xaccSchedXactionGetNumOccur()
742 if (sx->num_occurances_total == new_num) in xaccSchedXactionSetNumOccur()
745 sx->num_occurances_remain = sx->num_occurances_total = new_num; in xaccSchedXactionSetNumOccur()
760 if (num_remain > sx->num_occurances_total) in xaccSchedXactionSetRemOccur()
763 num_remain, sx->num_occurances_total); in xaccSchedXactionSetRemOccur()
H A DSchedXaction.h101 gint num_occurances_total; member
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/dbi/test/
H A Dtest-dbi-stuff.cpp156 g_assert_cmpint (sx_2->num_occurances_total, == , in compare_single_sx()
157 sx_1->num_occurances_total); in compare_single_sx()