Searched refs:GF_CUSTOM (Results 1 – 4 of 4) sorted by relevance
287 if( !(item->flags & GF_CUSTOM) ) in ui_bud_manage_getcsvbudgetstr()467 tmpitem->flags &= ~(GF_CUSTOM); //delete flag in ui_bud_manage_load_csv()478 tmpitem->flags |= (GF_CUSTOM); in ui_bud_manage_load_csv()574 type = (category->flags & GF_CUSTOM) ? ' ' : '*'; in ui_bud_manage_save_csv()592 type = (category->flags & GF_CUSTOM) ? ' ' : '*'; in ui_bud_manage_save_csv()722 if(!(item->flags & GF_CUSTOM)) in ui_bud_manage_compute_total()800 item->flags &= ~(GF_CUSTOM|GF_BUDGET|GF_FORCED); in ui_bud_manage_get()804 item->flags |= GF_CUSTOM; in ui_bud_manage_get()879 active = (data->cat->flags & GF_CUSTOM) ? 1 : 0; in ui_bud_manage_set()
47 #define GF_CUSTOM (1<<2) macro
281 cat_is_same_amount = (! (bdg_category->flags & GF_CUSTOM)); in ui_bud_tabview_model_add_category_with_lineage()569 cat_is_same_amount = (! (bdg_category->flags & GF_CUSTOM)); in ui_bud_tabview_model_update_monthly_total()1833 category->flags &= ~(GF_CUSTOM); in ui_bud_tabview_cell_update_is_same_amount()1837 category->flags |= (GF_CUSTOM); in ui_bud_tabview_cell_update_is_same_amount()
707 …y, entry->name, (entry->flags & GF_SUB), (entry->flags & GF_BUDGET), (entry->flags & GF_CUSTOM)) ); in repbudget_compute()719 if(!(entry->flags & GF_CUSTOM)) in repbudget_compute()