Home
last modified time | relevance | path

Searched refs:auto_smode (Results 1 – 5 of 5) sorted by relevance

/dports/finance/homebank/homebank-5.5.1/src/
H A Dui-hbfile.c73 if(smode != GLOBALS->auto_smode) in defhbfile_get()
85 GLOBALS->auto_smode = smode; in defhbfile_get()
91 DB( g_print(" -> smode %d\n", GLOBALS->auto_smode) ); in defhbfile_get()
115 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(data->radio[GLOBALS->auto_smode]), TRUE); in defhbfile_set()
H A Dhomebank.h318 gshort auto_smode; member
H A Dhb-hbfile.c602 GLOBALS->auto_smode = 1; in hbfile_setup()
H A Dhb-archive.c641 if(GLOBALS->auto_smode == 0) in scheduled_date_get_post_max()
H A Dhb-xml.c614 …else if(!strcmp (attribute_names[i], "auto_smode" )) { GLOBALS->auto_smode = atoi(attribute_value… in homebank_load_xml_prop()
1292 hb_xml_append_int0(node, "auto_smode", GLOBALS->auto_smode); in homebank_save_xml_prop()