Home
last modified time | relevance | path

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

/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_data_account.h107 gint gsb_data_account_get_no_account_by_name (const gchar *account_name);
H A Dbet_future.c1326 sd->account_transfert = gsb_data_account_get_no_account_by_name (tab_char[1]); in bet_utils_get_category_data()
H A Dgtk_combofix.c156 entry_account_number = gsb_data_account_get_no_account_by_name (entry_account_name); in gtk_combofix_completion_match_selected()
H A Dimport.c3827 contra_account_number = gsb_data_account_get_no_account_by_name (contra_account_name); in gsb_import_check_transaction_link()
3871 contra_account_number = gsb_data_account_get_no_account_by_name (contra_account_name); in gsb_import_cree_liens_virements_ope_import()
H A Dgsb_data_account.c871 gint gsb_data_account_get_no_account_by_name ( const gchar *account_name ) in gsb_data_account_get_no_account_by_name() function
H A Dgsb_form.c202 return gsb_data_account_get_no_account_by_name (account_name); in gsb_form_check_for_transfer()