Home
last modified time | relevance | path

Searched refs:IsonEntry (Results 1 – 15 of 15) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwho.c592 static void ison_queue_add (IsonEntry *item) in ison_queue_add()
594 IsonEntry *bottom = ison_queue_top(from_server); in ison_queue_add()
609 IsonEntry *save = ison_queue_top(from_server); in ison_queue_pop()
620 static IsonEntry *get_new_ison_entry (void) in get_new_ison_entry()
622 IsonEntry *new_w = (IsonEntry *)new_malloc(sizeof(IsonEntry)); in get_new_ison_entry()
636 IsonEntry *item = ison_queue_top(from_server);
658 IsonEntry *new_i; in BX_isonbase()
692 IsonEntry *new_i = ison_queue_top(from_server); in ison_returned()
H A Dserver.c3660 IsonEntry *ison_queue_top (int server) in ison_queue_top()
3665 void set_ison_queue_top(int server, IsonEntry *ison) in set_ison_queue_top()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwho.c592 static void ison_queue_add (IsonEntry *item) in ison_queue_add()
594 IsonEntry *bottom = ison_queue_top(from_server); in ison_queue_add()
609 IsonEntry *save = ison_queue_top(from_server); in ison_queue_pop()
620 static IsonEntry *get_new_ison_entry (void) in get_new_ison_entry()
622 IsonEntry *new_w = (IsonEntry *)new_malloc(sizeof(IsonEntry)); in get_new_ison_entry()
636 IsonEntry *item = ison_queue_top(from_server);
658 IsonEntry *new_i; in BX_isonbase()
692 IsonEntry *new_i = ison_queue_top(from_server); in ison_returned()
H A Dserver.c3660 IsonEntry *ison_queue_top (int server) in ison_queue_top()
3665 void set_ison_queue_top(int server, IsonEntry *ison) in set_ison_queue_top()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwho.c784 static void ison_queue_add (int refnum, IsonEntry *item) in ison_queue_add()
787 IsonEntry *bottom; in ison_queue_add()
807 IsonEntry *save; in ison_queue_pop()
822 static IsonEntry *ison_queue_top (int refnum) in ison_queue_top()
832 static IsonEntry *get_new_ison_entry (int refnum) in get_new_ison_entry()
835 IsonEntry *new_w; in get_new_ison_entry()
840 new_w = (IsonEntry *)new_malloc(sizeof(IsonEntry)); in get_new_ison_entry()
852 IsonEntry *item; in ison_queue_list()
886 IsonEntry *new_i; in isonbase()
920 IsonEntry *new_i = ison_queue_top(refnum); in ison_returned()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwho.c1070 IsonEntry *bottom; in ison_queue_add()
1098 IsonEntry *save, *bottom; in ison_queue_send()
1129 static void ison_entry_pop (IsonEntry **entry) in ison_entry_pop()
1131 IsonEntry *save = (*entry)->next; in ison_entry_pop()
1162 static IsonEntry *ison_queue_top (int refnum) in ison_queue_top()
1172 static IsonEntry *ison_wait_top (int refnum) in ison_wait_top()
1185 IsonEntry *new_w; in get_new_ison_entry()
1190 new_w = (IsonEntry *)new_malloc(sizeof(IsonEntry)); in get_new_ison_entry()
1205 IsonEntry *item; in ison_queue_list()
1234 IsonEntry *new_i; in isonbase()
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dserver.h111 IsonEntry *ison_queue; /* Ison queue */
370 void set_ison_queue_top (int, IsonEntry *);
371 IsonEntry *ison_queue_top (int);
H A Dwho.h49 } IsonEntry; typedef
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dserver.h111 IsonEntry *ison_queue; /* Ison queue */
370 void set_ison_queue_top (int, IsonEntry *);
371 IsonEntry *ison_queue_top (int);
H A Dwho.h49 } IsonEntry; typedef
/dports/irc/epic5/epic5-2.1.6/include/
H A Dserver.h127 IsonEntry * ison_queue; /* Ison queue */
128 IsonEntry * ison_wait; /* Ison wait queue */
H A Dwho.h62 } IsonEntry; typedef
/dports/irc/epic4/epic4-2.10.9/include/
H A Dserver.h74 IsonEntry * ison_wait; /* Ison wait queue */
75 IsonEntry * ison_queue; /* Ison queue */
H A Dsgroup.h47 IsonEntry * ison_queue; /* ISON Queue */
H A Dwho.h56 } IsonEntry; typedef