Searched refs:ConnectionServerNType (Results 1 – 5 of 5) sorted by relevance
/dports/net-im/climm/climm-0.7.1/include/ |
H A D | connection.h | 125 UWORD ConnectionServerNType (const char *type, char del);
|
/dports/net-im/climm/climm-0.7.1/src/ |
H A D | file_util.c | 1079 else if (!(newtype = ConnectionServerNType (cmd, 0))) in Read_RC_File() 1160 if ((type = ConnectionServerNType (cg->name + 9, '-'))) in Read_RC_File() 1194 if (!(type = ConnectionServerNType (tmp, 0))) in Read_RC_File() 1364 if (!(type = ConnectionServerNType (cg->name + 9, '-'))) in PrefReadStat() 1395 if (!(type = ConnectionServerNType (cmd, 0))) in PrefReadStat() 1494 if (!(type = ConnectionServerNType (cmd, 0))) in PrefReadStat()
|
H A D | connection.c | 478 UWORD ConnectionServerNType (const char *type, char del) in ConnectionServerNType() function
|
H A D | util_otr.c | 128 type = ConnectionServerNType (proto_name, 0); in proto_type()
|
/dports/net-im/climm/climm-0.7.1/doc/ |
H A D | ChangeLog.old | 397 * ConnectionServerNType(): determine server type from string, use
|