Home
last modified time | relevance | path

Searched refs:WhoEntry (Results 1 – 21 of 21) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwho.c61 static WhoEntry *who_previous_query (WhoEntry *me) in CVS_REVISION()
63 WhoEntry *what = who_queue_top(from_server); in CVS_REVISION()
71 static void who_queue_add (WhoEntry *item) in who_queue_add()
73 WhoEntry *bottom = who_queue_top(from_server); in who_queue_add()
85 static void delete_who_item (WhoEntry *save) in delete_who_item()
102 WhoEntry *save; in who_queue_pop()
120 static WhoEntry *get_new_who_entry (void) in get_new_who_entry()
122 WhoEntry *new_w = (WhoEntry *)new_malloc(sizeof(WhoEntry)); in get_new_who_entry()
143 WhoEntry *item = who_queue_top(from_server); in who_queue_list()
160 WhoEntry *item; in who_queue_flush()
[all …]
H A Dparse.c958 void add_user_who (WhoEntry *w, char *from, char **ArgList) in add_user_who()
976 void add_user_end (WhoEntry *w, char *from, char **ArgList) in add_user_end()
H A Dcommands2.c987 void who_user_kill(WhoEntry *w, char *from, char **ArgList) in who_user_kill()
1023 void who_user_killend(WhoEntry *w, char *unused, char **unused1) in who_user_killend()
H A Dserver.c3650 WhoEntry *who_queue_top (int server) in who_queue_top()
3655 void set_who_queue_top(int server, WhoEntry *item) in set_who_queue_top()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwho.c61 static WhoEntry *who_previous_query (WhoEntry *me) in CVS_REVISION()
63 WhoEntry *what = who_queue_top(from_server); in CVS_REVISION()
71 static void who_queue_add (WhoEntry *item) in who_queue_add()
73 WhoEntry *bottom = who_queue_top(from_server); in who_queue_add()
85 static void delete_who_item (WhoEntry *save) in delete_who_item()
102 WhoEntry *save; in who_queue_pop()
120 static WhoEntry *get_new_who_entry (void) in get_new_who_entry()
122 WhoEntry *new_w = (WhoEntry *)new_malloc(sizeof(WhoEntry)); in get_new_who_entry()
143 WhoEntry *item = who_queue_top(from_server); in who_queue_list()
160 WhoEntry *item; in who_queue_flush()
[all …]
H A Dparse.c958 void add_user_who (WhoEntry *w, char *from, char **ArgList) in add_user_who()
976 void add_user_end (WhoEntry *w, char *from, char **ArgList) in add_user_end()
H A Dcommands2.c987 void who_user_kill(WhoEntry *w, char *from, char **ArgList) in who_user_kill()
1023 void who_user_killend(WhoEntry *w, char *unused, char **unused1) in who_user_killend()
H A Dserver.c3650 WhoEntry *who_queue_top (int server) in who_queue_top()
3655 void set_who_queue_top(int server, WhoEntry *item) in set_who_queue_top()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dwho.h32 } WhoEntry; typedef
35 void BX_whobase (char *, void (*)(WhoEntry *, char *, char **), void (*)(WhoEntry *, char *, char *…
H A Dserver.h110 WhoEntry *who_queue; /* Who queue */
373 void set_who_queue_top (int, WhoEntry *);
374 WhoEntry *who_queue_top (int);
H A Dmodval.h638 #define whobase (*(void (*)(char *, void (*)(WhoEntry *, char *, char **), void (*)(WhoEntry *, cha…
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dwho.h32 } WhoEntry; typedef
35 void BX_whobase (char *, void (*)(WhoEntry *, char *, char **), void (*)(WhoEntry *, char *, char *…
H A Dserver.h110 WhoEntry *who_queue; /* Who queue */
373 void set_who_queue_top (int, WhoEntry *);
374 WhoEntry *who_queue_top (int);
H A Dmodval.h638 #define whobase (*(void (*)(char *, void (*)(WhoEntry *, char *, char **), void (*)(WhoEntry *, cha…
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwho.c87 static WhoEntry *who_queue_top (int refnum) in who_queue_top()
103 static WhoEntry *who_previous_query (int refnum, WhoEntry *me) in who_previous_query()
105 WhoEntry *what; in who_previous_query()
120 WhoEntry *bottom; in who_queue_add()
153 WhoEntry *save; in who_queue_pop()
175 static WhoEntry *get_new_who_entry (void) in get_new_who_entry()
177 WhoEntry *new_w = (WhoEntry *)new_malloc(sizeof(WhoEntry)); in get_new_who_entry()
199 WhoEntry *item; in who_queue_list()
251 WhoEntry * new_w, *old; in whobase()
497 WhoEntry *new_w = who_queue_top(refnum); in whoreply()
[all …]
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwho.c168 static char *who_item_desc (WhoEntry *item) in who_item_desc()
183 static WhoEntry *who_queue_top (int refnum) in who_queue_top()
201 static WhoEntry *who_previous_query (int refnum, WhoEntry *me) in who_previous_query()
203 WhoEntry *what; in who_previous_query()
220 WhoEntry *bottom; in who_queue_add()
265 WhoEntry *save; in who_queue_pop()
291 static WhoEntry *get_new_who_entry (void) in get_new_who_entry()
293 WhoEntry *new_w = (WhoEntry *)new_malloc(sizeof(WhoEntry)); in get_new_who_entry()
322 WhoEntry *item; in who_queue_list()
376 WhoEntry * new_w, *old; in whobase()
[all …]
/dports/irc/epic4/epic4-2.10.9/include/
H A Dwho.h35 } WhoEntry; typedef
H A Dserver.h73 WhoEntry * who_queue; /* Who queue */
/dports/irc/epic5/epic5-2.1.6/include/
H A Dwho.h38 } WhoEntry; typedef
H A Dserver.h124 WhoEntry * who_queue; /* Who queue */
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/microsemi/
H A DSSU2000-MIB12706 SYNTAX SEQUENCE OF WhoEntry
12716 SYNTAX WhoEntry
12731 WhoEntry ::=