Searched refs:CONTACTGROUP_NONCONTACTS (Results 1 – 1 of 1) sorted by relevance
/dports/net-im/climm/climm-0.7.1/src/ |
H A D | contact.c | 55 #define CONTACTGROUP_NONCONTACTS (cnt_groups[1]) macro 557 if ((cont = ContactFindSScreen (CONTACTGROUP_NONCONTACTS, serv, screen))) in ContactScreen() 564 ContactAdd (CONTACTGROUP_NONCONTACTS, cont); in ContactScreen() 591 if ((cont = ContactFindSScreenP (CONTACTGROUP_NONCONTACTS, serv, parent, screen))) in ContactScreenP() 599 ContactAdd (CONTACTGROUP_NONCONTACTS, cont); in ContactScreenP() 620 if ((cont = ContactFindSUIN (CONTACTGROUP_NONCONTACTS, serv, uin))) in ContactUIN() 627 ContactAdd (CONTACTGROUP_NONCONTACTS, cont); in ContactUIN() 683 ContactRem (CONTACTGROUP_NONCONTACTS, cont); in ContactCreate() 720 ContactAdd (CONTACTGROUP_NONCONTACTS, cont); in ContactD()
|