Searched refs:changed_list (Results 1 – 1 of 1) sorted by relevance
21 struct flist_head changed_list; member87 struct flist_head changed_list; member161 INIT_FLIST_HEAD(&gopt->changed_list); in gopt_mark_index()175 set = !flist_empty(&gjv->changed_list); in gopt_dialog_update_apply_button()198 if (flist_empty(&gopt->changed_list)) { in gopt_changed()199 flist_add_tail(&gopt->changed_list, &gjv->changed_list); in gopt_changed()1415 flist_for_each(entry, &gjv->changed_list) { in gopt_handle_changed_options()1416 gopt = flist_entry(entry, struct gopt, changed_list); in gopt_handle_changed_options()1435 while (!flist_empty(&gjv->changed_list)) { in gopt_handle_changed_options()1436 gopt = flist_first_entry(&gjv->changed_list, struct gopt, changed_list); in gopt_handle_changed_options()[all …]