Home
last modified time | relevance | path

Searched refs:lastlog_level (Results 1 – 25 of 91) sorted by relevance

1234

/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dmail.c142 int lastlog_level; local
147 lastlog_level = set_lastlog_msg_level(LOG_CRAP);
180 set_lastlog_msg_level(lastlog_level);
237 int lastlog_level; in check_mail()
254 lastlog_level = set_lastlog_msg_level(LOG_CRAP); in check_mail()
294 set_lastlog_msg_level(lastlog_level); in check_mail()
326 set_lastlog_msg_level(lastlog_level); in check_mail()
H A Dlastlog.c58 static int lastlog_level; variable
195 lastlog_level = parse_lastlog_level(str);
196 set_string_var(LASTLOG_LEVEL_VAR, bits_to_lastlog_level(lastlog_level));
197 curr_scr_win->lastlog_level = lastlog_level;
501 level = curr_scr_win->lastlog_level;
642 if (window->lastlog_level & msg_level)
676 return (window->lastlog_level & msg_level) ? 1 : 0;
688 return (lastlog_level); in real_lastlog_level()
H A Ddcc.c577 int lastlog_level; local
956 int lastlog_level; local
1017 int lastlog_level; local
1837 int lastlog_level; local
2131 set_lastlog_msg_level(lastlog_level);
2710 int lastlog_level; local
2827 set_lastlog_msg_level(lastlog_level);
2864 int lastlog_level; local
2911 int lastlog_level; local
2960 int lastlog_level; local
[all …]
H A Dnotice.c138 lastlog_level; local
168 lastlog_level = set_lastlog_msg_level(LOG_OPNOTE);
173 lastlog_level = set_lastlog_msg_level(LOG_SNOTE);
239 if (lastlog_level)
241 set_lastlog_msg_level(lastlog_level);
H A Doutput.c311 int lastlog_level; local
321 lastlog_level = set_lastlog_msg_level(LOG_HELP);
330 (void) set_lastlog_msg_level(lastlog_level);
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dmail.c128 int lastlog_level; local
133 lastlog_level = set_lastlog_msg_level(LOG_CRAP);
165 set_lastlog_msg_level(lastlog_level);
222 int lastlog_level; in check_mail()
239 lastlog_level = set_lastlog_msg_level(LOG_CRAP); in check_mail()
279 set_lastlog_msg_level(lastlog_level); in check_mail()
299 set_lastlog_msg_level(lastlog_level); in check_mail()
H A Dlastlog.c53 static int lastlog_level; variable
180 lastlog_level = parse_lastlog_level(str);
181 set_string_var(LASTLOG_LEVEL_VAR, bits_to_lastlog_level(lastlog_level));
182 curr_scr_win->lastlog_level = lastlog_level;
383 level = curr_scr_win->lastlog_level;
452 if (window->lastlog_level & msg_level)
481 return (window->lastlog_level & msg_level) ? 1 : 0;
493 return (lastlog_level); in real_lastlog_level()
H A Ddcc.c326 int lastlog_level; local
647 int lastlog_level; local
706 int lastlog_level; local
1182 int lastlog_level; local
1412 set_lastlog_msg_level(lastlog_level);
1938 int lastlog_level; local
2043 int lastlog_level; local
2066 int lastlog_level; local
2123 int lastlog_level; local
2228 int lastlog_level; local
[all …]
H A Dnotice.c122 lastlog_level; local
152 lastlog_level = set_lastlog_msg_level(LOG_OPNOTE);
157 lastlog_level = set_lastlog_msg_level(LOG_SNOTE);
221 if (lastlog_level)
223 set_lastlog_msg_level(lastlog_level);
H A Doutput.c268 int lastlog_level; local
280 lastlog_level = set_lastlog_msg_level(LOG_HELP);
289 (void) set_lastlog_msg_level(lastlog_level);
/dports/irc/epic4/help/4_Misc/window/
H A Dlastlog_level1 # $EPIC: lastlog_level,v 1.2 2005/03/08 05:53:31 jnelson Exp $
3 window lastlog_level [<levels>]
17 /window lastlog_level msg,notice
20 set(4) lastlog_level; window(4) level
H A Dnotify_level17 /window lastlog_level msg,notice
20 set(4) lastlog_level; window(4) level, notify
H A Dlevel21 set(4) lastlog_level; window(4) lastlog_level
/dports/irc/epic4/epic4-2.10.9/source/
H A Dmail.c197 int lastlog_level = in update_mail_level1_mbox() local
200 set_lastlog_msg_level(lastlog_level); in update_mail_level1_mbox()
262 int lastlog_level = in update_mail_level2_mbox() local
265 set_lastlog_msg_level(lastlog_level); in update_mail_level2_mbox()
480 int lastlog_level = in update_mail_level1_maildir() local
483 set_lastlog_msg_level(lastlog_level); in update_mail_level1_maildir()
544 int lastlog_level = in update_mail_level2_maildir() local
547 set_lastlog_msg_level(lastlog_level); in update_mail_level2_maildir()
H A Dlastlog.c54 static int lastlog_level; variable
201 lastlog_level = parse_lastlog_level(str); in set_lastlog_level()
202 set_string_var(LASTLOG_LEVEL_VAR, bits_to_lastlog_level(lastlog_level)); in set_lastlog_level()
203 current_window->lastlog_level = lastlog_level; in set_lastlog_level()
361 save_level = current_window->lastlog_level; in BUILT_IN_COMMAND()
362 current_window->lastlog_level = 0; in BUILT_IN_COMMAND()
764 current_window->lastlog_level = save_level; in BUILT_IN_COMMAND()
847 if (window->lastlog_level & msg_level) in add_to_lastlog()
878 return (lastlog_level); in real_lastlog_level()
H A Dnotice.c147 int lastlog_level; in parse_local_server_notice() local
163 lastlog_level = set_lastlog_msg_level(LOG_OPNOTE); in parse_local_server_notice()
194 lastlog_level = set_lastlog_msg_level(LOG_SNOTE); in parse_local_server_notice()
210 if (lastlog_level) in parse_local_server_notice()
211 message_from(NULL, lastlog_level); in parse_local_server_notice()
/dports/irc/ircII/ircii-20210314/source/
H A Dlastlog.c63 int lastlog_level; /* The LASTLOG_LEVEL, determines what member
85 static int lastlog_level; variable
215 lastlog_level = parse_lastlog_level(str); in set_lastlog_level()
217 info->lastlog_level = lastlog_level; in set_lastlog_level()
704 level = info->lastlog_level; in lastlog()
763 if (info->lastlog_level & msg_level) in add_to_lastlog()
799 return (info->lastlog_level & msg_level) ? 1 : 0; in islogged()
811 return (lastlog_level); in real_lastlog_level()
906 new->lastlog_level = real_lastlog_level(); in lastlog_new_window()
920 return info->lastlog_level; in lastlog_get_level()
[all …]
H A Ddcc.c285 int lastlog_level; in dcc_check() local
707 int lastlog_level; in dcc_raw_listen() local
768 int lastlog_level, err; in dcc_raw_connect() local
984 int lastlog_level; in register_dcc_offer() local
1084 set_lastlog_msg_level(lastlog_level); in register_dcc_offer()
1443 int lastlog_level; in dcc_message_transmit() local
1514 set_lastlog_msg_level(lastlog_level); in dcc_message_transmit()
1532 int lastlog_level; in dcc_send_raw() local
1576 int lastlog_level; in dcc_list() local
1635 int lastlog_level; in dcc_close() local
[all …]
H A Dmail.c127 int lastlog_level; in check_mail()
141 lastlog_level = set_lastlog_msg_level(LOG_CRAP); in check_mail()
190 set_lastlog_msg_level(lastlog_level); in check_mail()
H A Doutput.c220 int lastlog_level; in help_put_it() local
227 lastlog_level = set_lastlog_msg_level(LOG_HELP); in help_put_it()
235 (void) set_lastlog_msg_level(lastlog_level); in help_put_it()
803 int lastlog_level; in rite() local
805 lastlog_level = in rite()
812 set_lastlog_msg_level(lastlog_level); in rite()
H A Dnotice.c112 lastlog_level; in parse_server_notice() local
143 lastlog_level = set_lastlog_msg_level(LOG_OPNOTE); in parse_server_notice()
148 lastlog_level = set_lastlog_msg_level(LOG_SNOTE); in parse_server_notice()
187 set_lastlog_msg_level(lastlog_level); in parse_server_notice()
/dports/chinese/bitchx/bitchx-1.2.1/dll/aim/
H A Dutil.c53 int lastlog_level; in statusput() local
54 lastlog_level = set_lastlog_msg_level(log_type); in statusput()
67 set_lastlog_msg_level(lastlog_level); in statusput()
/dports/irc/bitchx/bitchx-1.2.1/dll/aim/
H A Dutil.c53 int lastlog_level; in statusput() local
54 lastlog_level = set_lastlog_msg_level(log_type); in statusput()
67 set_lastlog_msg_level(lastlog_level); in statusput()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c34 static unsigned long lastlog_level; variable
178 lastlog_level = parse_lastlog_level(str, 1); in set_lastlog_level()
179 set_string_var(LASTLOG_LEVEL_VAR, bits_to_lastlog_level(lastlog_level)); in set_lastlog_level()
180 current_window->lastlog_level = lastlog_level; in set_lastlog_level()
444 level = current_window->lastlog_level; in BUILT_IN_COMMAND()
508 current_window->lastlog_level = level; in BUILT_IN_COMMAND()
529 if (window->lastlog_level & msg_level) in add_to_lastlog()
562 return (lastlog_level); in real_lastlog_level()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dlastlog.c34 static unsigned long lastlog_level; variable
178 lastlog_level = parse_lastlog_level(str, 1); in set_lastlog_level()
179 set_string_var(LASTLOG_LEVEL_VAR, bits_to_lastlog_level(lastlog_level)); in set_lastlog_level()
180 current_window->lastlog_level = lastlog_level; in set_lastlog_level()
444 level = current_window->lastlog_level; in BUILT_IN_COMMAND()
508 current_window->lastlog_level = level; in BUILT_IN_COMMAND()
529 if (window->lastlog_level & msg_level) in add_to_lastlog()
562 return (lastlog_level); in real_lastlog_level()

1234