Home
last modified time | relevance | path

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

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dwho.h23 char *who_real; member
H A Dirc.h280 extern char *who_real;
/dports/irc/epic4/epic4-2.10.9/include/
H A Dwho.h28 char *who_real; member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dwho.h23 char *who_real; member
H A Dirc.h280 extern char *who_real;
/dports/irc/epic5/epic5-2.1.6/include/
H A Dwho.h29 char *who_real; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwho.c92 new_free(&save->who_real); in delete_who_item()
133 new_w->who_real = NULL; in get_new_who_entry()
294 malloc_strcpy(&new_w->who_real, arg); in BX_whobase()
295 channel = new_w->who_real; in BX_whobase()
512 ok = ok && wild_match(new_w->who_real, name); in whoreply()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwho.c92 new_free(&save->who_real); in delete_who_item()
133 new_w->who_real = NULL; in get_new_who_entry()
294 malloc_strcpy(&new_w->who_real, arg); in BX_whobase()
295 channel = new_w->who_real; in BX_whobase()
512 ok = ok && wild_match(new_w->who_real, name); in whoreply()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwho.c156 S(item->who_real), in who_item_full_desc()
257 new_free(&save->who_real); in delete_who_item()
303 new_w->who_real = NULL; in get_new_who_entry()
557 malloc_strcpy(&new_w->who_real, arg); in whobase()
558 channel = new_w->who_real; in whobase()
559 WHO_DEBUG("WHOBASE: Setting -REALNAME [%s]", new_w->who_real); in whobase()
840 ok = ok && wild_match(new_w->who_real, name); in whoreply()
845 ok = ok && wild_match(new_w->who_real, name); in whoreply()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwho.c145 new_free(&save->who_real); in delete_who_item()
186 new_w->who_real = NULL; in get_new_who_entry()
385 malloc_strcpy(&new_w->who_real, arg); in whobase()
386 channel = new_w->who_real; in whobase()
603 ok = ok && wild_match(new_w->who_real, name); in whoreply()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dirc.h337 extern char *who_real;
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dirc.h335 extern u_char *who_real;
/dports/irc/ircII/ircii-20210314/source/
H A Dedit.c107 u_char *who_real; member
1301 new_free(&wi->who_real); in who()
1378 malloc_strcpy(&wi->who_real, arg); in who()
1379 channel = wi->who_real; in who()
1501 ok = ok && wild_match(wi->who_real, name); in whoreply_check()
4079 new->who_real = NULL; in alloc_who_info()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dedit.c1557 new_free(&who_real);
1637 malloc_strcpy(&who_real, arg);
1638 channel = who_real;
H A Dirc.c168 *who_real, /* extra /who switch info */ variable
H A Dparse.c505 ok = ok && wild_match(who_real, name);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dirc.c147 *who_real = (char *) 0, /* extra /who switch info */ variable
H A Dedit.c2191 new_free(&who_real);
2273 malloc_strcpy(&who_real, arg);
2274 channel = who_real;
H A Dparse.c609 ok = ok && wild_match(who_real, name);
/dports/irc/ircII/ircii-20210314/
H A DChangeLog1503 who_nick, who_real and cannot_open into per-server values