Home
last modified time | relevance | path

Searched refs:settings_get_choice (Results 1 – 6 of 6) sorted by relevance

/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dwcwidth-wrapper.c88 newchoice = settings_get_choice("wcwidth_implementation"); in read_settings()
H A Dsettings.h70 int settings_get_choice(const char *key);
H A Dsettings.c152 int settings_get_choice(const char *key) in settings_get_choice() function
180 value = g_strdup(rec->choices[settings_get_choice(rec->key)]); in settings_get_print()
/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dgui-windows.c55 wcwidth_impl = settings_get_choice("wcwidth_implementation"); in gui_window_init()
209 wcwidth_impl = settings_get_choice("wcwidth_implementation"); in gui_windows_reset_settings()
/dports/irc/irssi/irssi-1.2.3/src/irc/core/
H A Dirc-servers.c641 rejoin_channels_mode = settings_get_choice("rejoin_channels_on_reconnect"); in irc_server_get_channels()
/dports/irc/irssi/irssi-1.2.3/src/fe-common/core/
H A Dchat-completion.c1228 completion_match_case = settings_get_choice("completion_nicks_match_case"); in read_settings()