Home
last modified time | relevance | path

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

/scripts/kconfig/
Dgconf.c55 GtkTreeStore *tree1, *tree2, *tree; variable
196 tree = tree2 = gtk_tree_store_new(COL_NUMBER, in init_tree_model()
205 model2 = GTK_TREE_MODEL(tree2); in init_tree_model()
616 gtk_tree_store_clear(tree2); in on_set_option_mode1_activate()
625 gtk_tree_store_clear(tree2); in on_set_option_mode2_activate()
634 gtk_tree_store_clear(tree2); in on_set_option_mode3_activate()
744 if (tree2) in on_split_clicked()
745 gtk_tree_store_clear(tree2); in on_split_clicked()
757 if (tree2) in on_full_clicked()
758 gtk_tree_store_clear(tree2); in on_full_clicked()
[all …]