Searched refs:WRT_CONTACTS (Results 1 – 2 of 2) sorted by relevance
1247 if (((appGUI->save_status & WRT_CONTACTS) != 0) || appGUI->cnt->write_flag == FALSE) return; in write_contacts_entries()1249 appGUI->save_status |= WRT_CONTACTS; in write_contacts_entries()1306 appGUI->save_status &= ~WRT_CONTACTS; in write_contacts_entries()
188 WRT_CONTACTS = 1 << 2, enumerator