Home
last modified time | relevance | path

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

/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_form_transaction.c215 gint tmp_account; in gsb_form_transaction_complete_form_by_payee() local
218 tmp_account = gsb_data_transaction_get_account_number ( transaction_number ); in gsb_form_transaction_complete_form_by_payee()
220 if ( account_number != tmp_account ) in gsb_form_transaction_complete_form_by_payee()
H A Dgsb_transactions_list.c990 gint tmp_account; in gsb_transactions_list_change_sort_column() local
992 tmp_account = gsb_data_account_get_no_account (tmp_list->data); in gsb_transactions_list_change_sort_column()
994 if (tmp_account == account_number in gsb_transactions_list_change_sort_column()
999 gsb_data_account_set_sort_column (tmp_account, new_column); in gsb_transactions_list_change_sort_column()
1001 gsb_data_account_set_sort_type (tmp_account, sort_type); in gsb_transactions_list_change_sort_column()
H A Dimport.c5074 struct ImportAccount *tmp_account; in gsb_import_unique_imported_name() local
5076 tmp_account = (struct ImportAccount *) tmp_list->data; in gsb_import_unique_imported_name()
5078 if (tmp_account->nom_de_compte == NULL) in gsb_import_unique_imported_name()
5079 tmp_account->nom_de_compte = g_strdup (basename); in gsb_import_unique_imported_name()
5081 if (!strcmp (basename, tmp_account->nom_de_compte)) in gsb_import_unique_imported_name()