Home
last modified time | relevance | path

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

/dports/finance/ledger/ledger-3.2.1/src/
H A Dtemps.cc49 temp.add_flags(ITEM_TEMP); in copy_xact()
61 temp.add_flags(ITEM_TEMP); in create_xact()
74 temp.add_flags(ITEM_TEMP); in copy_post()
93 temp.add_flags(ITEM_TEMP); in create_post()
125 if (! post.xact->has_flags(ITEM_TEMP)) in clear()
H A Dxact.cc54 if (! has_flags(ITEM_TEMP)) { in ~xact_base_t()
58 assert(! post->has_flags(ITEM_TEMP)); in ~xact_base_t()
72 if (! post->has_flags(ITEM_TEMP)) in add_post()
73 assert(! has_flags(ITEM_TEMP)); in add_post()
98 if (! post->has_flags(ITEM_TEMP)) in clear_xdata()
H A Djournal.cc517 if (! xact->has_flags(ITEM_TEMP)) in clear_xdata()
521 if (! xact->has_flags(ITEM_TEMP)) in clear_xdata()
525 if (! xact->has_flags(ITEM_TEMP)) in clear_xdata()
H A Dpy_item.cc108 scope().attr("ITEM_TEMP") = ITEM_TEMP; in export_item()
H A Ditem.h88 #define ITEM_TEMP 0x02 // posting is a managed temporary macro
H A Dlookup.cc256 if (! post->has_flags(ITEM_TEMP | ITEM_GENERATED) && in lookup_probable_account()
H A Dprint.cc165 (post->has_flags(ITEM_TEMP | ITEM_GENERATED) && in print_xact()
H A Ditem.cc245 return ! item.has_flags(ITEM_GENERATED | ITEM_TEMP); in get_actual()