Home
last modified time | relevance | path

Searched refs:help_paused_topic (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dhelp.c70 static char * help_paused_topic[HELP_PAUSED_LINES_MAX]; /* Should be enough */ variable
263 malloc_strcpy(&help_paused_topic[help_paused_lines++], buf); in help_pause_add_line()
287 help_put_it (name, "%s", help_paused_topic[i]); in help_show_paused_topic()
288 new_free(&help_paused_topic[i]); in help_show_paused_topic()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dhelp.c81 static char * help_paused_topic[HELP_PAUSED_LINES_MAX]; /* Should be enough */ variable
277 malloc_strcpy(&help_paused_topic[help_paused_lines], buf); in help_pause_add_line()
306 help_put_it(name, "%s", help_paused_topic[i]); in help_show_paused_topic()
307 new_free(&help_paused_topic[i]); in help_show_paused_topic()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dhelp.c70 static char * help_paused_topic[HELP_PAUSED_LINES_MAX]; /* Should be enough */ variable
263 malloc_strcpy(&help_paused_topic[help_paused_lines++], buf); in help_pause_add_line()
287 help_put_it (name, "%s", help_paused_topic[i]); in help_show_paused_topic()
288 new_free(&help_paused_topic[i]); in help_show_paused_topic()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dhelp.c99 static char *help_paused_topic[100]; /* 100 should be enough */ variable
467 malloc_strcpy(&help_paused_topic[help_paused_lines], buf);
486 help_put_it(name, "%s", help_paused_topic[i]);
487 new_free(&help_paused_topic[i]);
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dhelp.c118 static u_char *help_paused_topic[100]; /* 100 should be enough */ variable
489 malloc_strcpy(&help_paused_topic[help_paused_lines], buf);
508 help_put_it(name, "%s", help_paused_topic[i]);
509 new_free(&help_paused_topic[i]);