Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Dgnc-sx-instance-model.c1004 Account **split_acct, in _get_template_split_account() argument
1012 *split_acct = xaccAccountLookup(acct_guid, gnc_get_current_book()); in _get_template_split_account()
1013 if (!*split_acct && sx && creation_errors) in _get_template_split_account()
1304 Account *split_acct; in create_each_transaction_helper() local
1313 _get_template_split_account(sx, template_split, &split_acct, in create_each_transaction_helper()
1316 split_cmdty = xaccAccountGetCommodity(split_acct); in create_each_transaction_helper()
1317 xaccSplitSetAccount(copying_split, split_acct); in create_each_transaction_helper()
1744 Account *split_acct; in create_cashflow_helper() local
1749 …if (!_get_template_split_account(creation_data->sx, template_split, &split_acct, creation_data->cr… in create_cashflow_helper()
1756 split_cmdty = xaccAccountGetCommodity(split_acct); in create_cashflow_helper()
[all …]