Home
last modified time | relevance | path

Searched refs:hex_gui_autoopen_dialog (Results 1 – 7 of 7) sorted by relevance

/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dignore.c336 prefs.hex_gui_autoopen_dialog = 1; in flood_autodialog_timeout()
403 if (prefs.hex_gui_autoopen_dialog) in flood_check()
405 prefs.hex_gui_autoopen_dialog = 0; in flood_check()
H A Dhexchat.h111 unsigned int hex_gui_autoopen_dialog; member
H A Dcfgfiles.c400 {"gui_autoopen_dialog", P_OFFINT (hex_gui_autoopen_dialog), TYPE_BOOL},
748 prefs.hex_gui_autoopen_dialog = 1; in load_default_config()
H A Dinbound.c177 if (sess || prefs.hex_gui_autoopen_dialog) in inbound_privmsg()
353 if (!sess && prefs.hex_gui_autoopen_dialog) in inbound_action()
H A Ddcc.c784 if (prefs.hex_gui_autoopen_dialog) in dcc_open_query()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-text/
H A Dfe-text.c555 prefs.hex_gui_autoopen_dialog = 0; in fe_init()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dsetup.c313 …"Open a new tab when you receive a private message"), P_OFFINTNL(hex_gui_autoopen_dialog), 0, 0, 0…