Home
last modified time | relevance | path

Searched defs:servertag (Results 1 – 16 of 16) sorted by relevance

/dports/irc/irssi/irssi-1.2.3/src/irc/dcc/
H A Ddcc-queue.c37 int dcc_queue_old(const char *nick, const char *servertag) in dcc_queue_old()
114 const char *servertag, CHAT_DCC_REC *chat, int passive) in dcc_queue_add()
H A Ddcc-queue.h14 char *servertag; member
H A Ddcc-rec.h6 char *servertag; /* for resetting server later if we get disconnected */ variable
H A Ddcc-send.c92 static void dcc_send_add(const char *servertag, CHAT_DCC_REC *chat, in dcc_send_add()
169 const char *servertag; in cmd_dcc_send() local
H A Ddcc-server.c115 const char *mynick, const char *servertag) in dcc_init_server_rec()
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dignore.c220 IGNORE_REC *ignore_find_full(const char *servertag, const char *mask, const char *pattern, in ignore_find_full()
297 IGNORE_REC *ignore_find(const char *servertag, const char *mask, char **channels) in ignore_find()
302 IGNORE_REC *ignore_find_noact(const char *servertag, const char *mask, char **channels, int noact) in ignore_find_noact()
307 IGNORE_REC *ignore_find_hidden(const char *servertag, const char *mask, char **channels, int hidden) in ignore_find_hidden()
H A Dignore.h11 char *servertag; /* this is for autoignoring */ member
H A Dlog.h17 char *servertag; member
H A Dlog.c267 const char *servertag) in log_item_find()
411 const char *servertag) in log_item_add()
/dports/irc/irssi/irssi-1.2.3/src/fe-common/core/
H A Dfe-windows.h23 char *servertag; member
39 …char *servertag; /* active_server must be either NULL or have this tag (unless there's items in th… member
H A Dhilight-text.h25 char *servertag; member
H A Dfe-ignore.c118 char *patternarg, *chanarg, *mask, *levels, *timestr, *servertag; in cmd_ignore() local
H A Dhilight-text.c428 char *text, *color, *servertag; in read_hilight_config() local
554 char *colorarg, *actcolorarg, *levelarg, *priorityarg, *chanarg, *text, *servertag; in cmd_hilight() local
H A Dfe-log.c87 char *targetarg, *fname, *levels, *servertag; in cmd_log_open() local
256 const char *servertag, LOG_ITEM_REC **ret_item) in logs_find_item()
H A Dfe-windows.c578 WINDOW_BIND_REC *window_bind_add(WINDOW_REC *window, const char *servertag, in window_bind_add()
611 WINDOW_BIND_REC *window_bind_find(WINDOW_REC *window, const char *servertag, in window_bind_find()
H A Dformats.c836 char *timestamp, *servertag; in format_get_line_start() local