Searched refs:ContactGroupC (Results 1 – 8 of 8) sorted by relevance
/dports/net-im/climm/climm-0.7.1/include/ |
H A D | contact.h | 133 ContactGroup *ContactGroupC (Server *serv, UWORD id, const char *name DEBUGPARAM); 168 #define ContactGroupC(s,i,n) ContactGroupC(s,i,n DEBUGARGS) macro
|
/dports/net-im/climm/climm-0.7.1/src/ |
H A D | im_icq8.c | 356 cg = ContactGroupC (serv, rg->tag, rg->name); in IMRosterAdddown() 367 cg = ContactGroupC (NULL, 0, ""); in IMRosterAdddown() 407 cg = ContactGroupC (serv, rg->tag, rg->name); in IMRosterOverwritedown() 418 cg = ContactGroupC (NULL, 0, ""); in IMRosterOverwritedown() 476 cg = ContactGroupC (NULL, 0, ""); in IMRosterAddup() 494 cg = ContactGroupC (NULL, 0, ""); in IMRosterAddup()
|
H A D | file_util.c | 80 serv->contacts = ContactGroupC (serv, 0, s_sprintf ("contacts-icq8-%s", user)); in PrefNewConnection() 116 serv->contacts = ContactGroupC (serv, 0, s_sprintf ("contacts-xmpp-%s", user)); in PrefNewConnection() 148 serv->contacts = ContactGroupC (serv, 0, s_sprintf ("contacts-msn-%s", user)); in PrefNewConnection() 374 cg = ContactGroupC (NULL, 0, NULL); in Read_RC_File() 1251 …serv->contacts = cg = ContactGroupC (serv, 0, s_sprintf ("contacts-%s-%s", ConnectionServerType (s… in Read_RC_File() 1304 cg = ContactGroupC (NULL, 0, NULL); in PrefReadStat() 1415 …cg->serv->contacts = ContactGroupC (NULL, 0, s_sprintf ("contacts-%s-%s", ConnectionServerType (cg… in PrefReadStat() 1503 …serv->contacts = ContactGroupC (serv, 0, s_sprintf ("contacts-%s-%s", ConnectionServerType (serv->… in PrefReadStat() 1545 …serv->contacts = cg = ContactGroupC (serv, 0, s_sprintf ("contacts-%s-%s", ConnectionServerType (s… in PrefReadStat()
|
H A D | util_parse.c | 396 scg = ContactGroupC (NULL, 0, ""); in s_parselist_s()
|
H A D | cmd_user.c | 1451 tcg = ContactGroupC (NULL, 0, NULL); in JUMP_F() 2002 tcg = ContactGroupC (NULL, 0, NULL); in __showgroupshort() 2096 dcg = ContactGroupC (NULL, 0, NULL); in JUMP_F() 2141 dcg = ContactGroupC (NULL, 0, NULL); in JUMP_F() 2283 if (data && !(cgoff = ContactGroupC (uiG.conn, 0, ""))) in JUMP_F() 2289 if (!(cgon = ContactGroupC (uiG.conn, 0, ""))) in JUMP_F() 3052 if ((cg = ContactGroupC (uiG.conn, 0, par->txt))) in JUMP_F()
|
H A D | contact.c | 70 #undef ContactGroupC 71 ContactGroup *ContactGroupC (Server *serv, UWORD id, const char *name DEBUGPARAM) in ContactGroupC() function
|
H A D | xmpp_base.c | 801 cg = ContactGroupC (serv, 0, g); in XmppHandleIqRoster()
|
/dports/net-im/climm/climm-0.7.1/doc/ |
H A D | ChangeLog.old | 1081 * split ContactGroupFind() into ContactGroupC() and ContactGroupFind()
|