Home
last modified time | relevance | path

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

/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Deditlist.c109 } else if (editlist_list == dlgbutton_list) in editlist_save()
113 list_free (&dlgbutton_list); in editlist_save()
114 list_loadconf (file, &dlgbutton_list, 0); in editlist_save()
H A Dmenu.c1601 editlist_gui_open (NULL, NULL, dlgbutton_list, buf, "dlgbuttons", "dlgbuttons.conf", in menu_dlgbuttons()
H A Dmaingui.c2155 GSList *list = dlgbutton_list; in mg_create_dialogbuttons()
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchatc.h38 extern GSList *dlgbutton_list;
H A Dhexchat.c62 GSList *dlgbutton_list = 0; variable
946 list_loadconf ("dlgbuttons.conf", &dlgbutton_list, buf); in xchat_init()
H A Doutbound.c245 list_addentry (&dlgbutton_list, word_eol[3], word[2]); in cmd_addbutton()
929 if (list_delentry (&dlgbutton_list, word[2])) in cmd_delbutton()