Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DAccountP.h137 char *tax_us_pns; member
H A DAccount.cpp332 priv->tax_us_pns = (char*) is_unset; in G_DEFINE_TYPE_WITH_PRIVATE()
1402 if (priv->tax_us_pns != is_unset) in xaccFreeAccount()
1403 g_free (priv->tax_us_pns); in xaccFreeAccount()
1418 priv->tax_us_pns = nullptr; in xaccFreeAccount()
4155 if (priv->tax_us_pns == is_unset) in xaccAccountGetTaxUSPayerNameSource()
4156 priv->tax_us_pns = get_kvp_string_path (acc, {"tax-US", "payer-name-source"}); in xaccAccountGetTaxUSPayerNameSource()
4157 return priv->tax_us_pns; in xaccAccountGetTaxUSPayerNameSource()
4164 if (priv->tax_us_pns != is_unset) in xaccAccountSetTaxUSPayerNameSource()
4165 g_free (priv->tax_us_pns); in xaccAccountSetTaxUSPayerNameSource()
4166 priv->tax_us_pns = g_strdup (source); in xaccAccountSetTaxUSPayerNameSource()
[all …]