Home
last modified time | relevance | path

Searched refs:who_host (Results 1 – 20 of 20) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dwho.h20 char *who_host; member
H A Dirc.h276 extern char *who_host;
/dports/irc/epic4/epic4-2.10.9/include/
H A Dwho.h25 char *who_host; member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dwho.h20 char *who_host; member
H A Dirc.h276 extern char *who_host;
/dports/irc/epic5/epic5-2.1.6/include/
H A Dwho.h26 char *who_host; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwho.c89 new_free(&save->who_host); in delete_who_item()
129 new_w->who_host = NULL; in get_new_who_entry()
254 malloc_strcpy(&new_w->who_host, arg); in BX_whobase()
255 channel = new_w->who_host; in BX_whobase()
510 ok = ok && wild_match(new_w->who_host, host); in whoreply()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwho.c89 new_free(&save->who_host); in delete_who_item()
129 new_w->who_host = NULL; in get_new_who_entry()
254 malloc_strcpy(&new_w->who_host, arg); in BX_whobase()
255 channel = new_w->who_host; in BX_whobase()
510 ok = ok && wild_match(new_w->who_host, host); in whoreply()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwho.c142 new_free(&save->who_host); in delete_who_item()
182 new_w->who_host = NULL; in get_new_who_entry()
318 malloc_strcpy(&new_w->who_host, arg); in whobase()
319 channel = new_w->who_host; in whobase()
601 ok = ok && wild_match(new_w->who_host, host); in whoreply()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwho.c154 S(item->who_host), in who_item_full_desc()
254 new_free(&save->who_host); in delete_who_item()
299 new_w->who_host = NULL; in get_new_who_entry()
463 malloc_strcpy(&new_w->who_host, arg); in whobase()
464 channel = new_w->who_host; in whobase()
466 new_w->who_host); in whobase()
834 ok = ok && wild_match(new_w->who_host, host); in whoreply()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dirc.h333 extern char *who_host;
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dirc.h331 extern u_char *who_host;
/dports/irc/ircII/ircii-20210314/source/
H A Dedit.c103 u_char *who_host; member
1297 new_free(&wi->who_host); in who()
1329 malloc_strcpy(&wi->who_host, arg); in who()
1330 channel = wi->who_host; in who()
1499 ok = ok && wild_match(wi->who_host, host); in whoreply_check()
4075 new->who_host = NULL; in alloc_who_info()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dedit.c1553 new_free(&who_host);
1584 malloc_strcpy(&who_host, arg);
1585 channel = who_host;
H A Dirc.c166 *who_host, /* extra /who switch info */ variable
H A Dparse.c503 ok = ok && wild_match(who_host, host);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dirc.c145 *who_host = (char *) 0, /* extra /who switch info */ variable
H A Dedit.c2187 new_free(&who_host);
2224 malloc_strcpy(&who_host, arg);
2225 channel = who_host;
H A Dparse.c607 ok = ok && wild_match(who_host, host);
/dports/irc/ircII/ircii-20210314/
H A DChangeLog1502 convert who_mask, who_name, who_host, who_server, who_file,