Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/tests/unit/agas/
H A Dcredit_exhaustion.cpp57 , std::int64_t old_credit
73 , std::int64_t old_credit in split() argument
77 << old_credit << ", " << get_credit(target) << ", " in split()
82 if (old_credit < get_credit(target)) in split()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_form_widget.c63 static gchar * old_credit = NULL; variable
865 old_credit = g_strdup (gtk_entry_get_text (GTK_ENTRY (widget))); in gsb_form_widget_entry_get_focus()
909 if (old_credit && strlen (old_credit) > 0) in gsb_form_widget_entry_get_focus()
910 old_credit = NULL; in gsb_form_widget_entry_get_focus()
974 if (old_credit && strlen (old_credit) > 0) in gsb_form_widget_get_old_credit()
975 return g_strdup (old_credit); in gsb_form_widget_get_old_credit()