Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dgconf.c57 GtkTreeStore *tree1, *tree2, *tree; variable
197 tree = tree2 = gtk_tree_store_new(COL_NUMBER, in init_tree_model()
206 model2 = GTK_TREE_MODEL(tree2); in init_tree_model()
617 gtk_tree_store_clear(tree2); in on_set_option_mode1_activate()
626 gtk_tree_store_clear(tree2); in on_set_option_mode2_activate()
635 gtk_tree_store_clear(tree2); in on_set_option_mode3_activate()
745 if (tree2) in on_split_clicked()
746 gtk_tree_store_clear(tree2); in on_split_clicked()
758 if (tree2) in on_full_clicked()
759 gtk_tree_store_clear(tree2); in on_full_clicked()
[all …]