compl_list        363 src/editor/editcomplete.c     WListbox *compl_list;
compl_list        397 src/editor/editcomplete.c     compl_list = listbox_new (1, 1, compl_dlg_h - 2, compl_dlg_w - 2, FALSE, NULL);
compl_list        401 src/editor/editcomplete.c         listbox_add_item (compl_list, LISTBOX_APPEND_AT_END, 0, ((GString *) i->data)->str, NULL,
compl_list        404 src/editor/editcomplete.c     group_add_widget (GROUP (compl_dlg), compl_list);
compl_list        409 src/editor/editcomplete.c         listbox_get_current (compl_list, &curr, NULL);