Home
last modified time | relevance | path

Searched refs:lastlog_tail (Results 1 – 12 of 12) sorted by relevance

/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dlastlog.c191 if (window->lastlog_tail)
193 tmp = window->lastlog_tail->prev;
194 new_free(&window->lastlog_tail->msg);
195 new_free(&window->lastlog_tail);
196 window->lastlog_tail = tmp;
386 start_pos = curr_scr_win->lastlog_tail;
468 if (window->lastlog_tail == (Lastlog *) 0)
469 window->lastlog_tail = window->lastlog_head;
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dlastlog.c206 if (window->lastlog_tail)
208 tmp = window->lastlog_tail->prev;
209 new_free(&window->lastlog_tail->msg);
210 new_free(&window->lastlog_tail);
211 window->lastlog_tail = tmp;
320 curr_scr_win->lastlog_tail=(Lastlog *) 0;
504 start_pos = curr_scr_win->lastlog_tail;
660 if (window->lastlog_tail == (Lastlog *) 0)
661 window->lastlog_tail = window->lastlog_head;
667 window->lastlog_tail);
H A Dscreen.c2283 new->lastlog_tail = 0; in new_window()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c205 if (window->lastlog_tail) in remove_from_lastlog()
207 end_holder = window->lastlog_tail; in remove_from_lastlog()
208 tmp = window->lastlog_tail->prev; in remove_from_lastlog()
209 window->lastlog_tail = tmp; in remove_from_lastlog()
213 window->lastlog_head = window->lastlog_tail; in remove_from_lastlog()
256 win->lastlog_tail = NULL; in free_lastlog()
457 start_pos = (start_pos) ? start_pos->prev : current_window->lastlog_tail; in BUILT_IN_COMMAND()
546 if (window->lastlog_tail == NULL) in add_to_lastlog()
547 window->lastlog_tail = window->lastlog_head; in add_to_lastlog()
766 start_pos = win->lastlog_tail; in BUILT_IN_FUNCTION()
H A Dcommands2.c1977 start_pos = win->lastlog_tail; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c205 if (window->lastlog_tail) in remove_from_lastlog()
207 end_holder = window->lastlog_tail; in remove_from_lastlog()
208 tmp = window->lastlog_tail->prev; in remove_from_lastlog()
209 window->lastlog_tail = tmp; in remove_from_lastlog()
213 window->lastlog_head = window->lastlog_tail; in remove_from_lastlog()
256 win->lastlog_tail = NULL; in free_lastlog()
457 start_pos = (start_pos) ? start_pos->prev : current_window->lastlog_tail; in BUILT_IN_COMMAND()
546 if (window->lastlog_tail == NULL) in add_to_lastlog()
547 window->lastlog_tail = window->lastlog_head; in add_to_lastlog()
766 start_pos = win->lastlog_tail; in BUILT_IN_FUNCTION()
H A Dcommands2.c1977 start_pos = win->lastlog_tail; in BUILT_IN_COMMAND()
/dports/irc/ircII/ircii-20210314/source/
H A Dlastlog.c62 Lastlog *lastlog_tail; /* pointer to bottom of lastlog list */ member
243 if (info->lastlog_tail) in remove_from_lastlog()
245 tmp = info->lastlog_tail->prev; in remove_from_lastlog()
246 free_lastlog_entry(info->lastlog_tail); in remove_from_lastlog()
247 info->lastlog_tail = tmp; in remove_from_lastlog()
707 start_pos = info->lastlog_tail; in lastlog()
782 if (info->lastlog_tail == NULL) in add_to_lastlog()
783 info->lastlog_tail = info->lastlog_head; in add_to_lastlog()
904 new->lastlog_tail = 0; in lastlog_new_window()
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dstruct.h218 Lastlog *lastlog_tail; /* pointer to bottom of lastlog list */ member
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dstruct.h234 Lastlog *lastlog_tail; /* pointer to bottom of lastlog list */ member
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h687 Lastlog *lastlog_tail; /* pointer to bottom of lastlog list */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h687 Lastlog *lastlog_tail; /* pointer to bottom of lastlog list */ member