Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/kconfig/
Dgconf.c51 GtkTreeStore *tree1, *tree2, *tree; variable
192 tree = tree2 = gtk_tree_store_new(COL_NUMBER, in init_tree_model()
201 model2 = GTK_TREE_MODEL(tree2); in init_tree_model()
612 gtk_tree_store_clear(tree2); in on_set_option_mode1_activate()
621 gtk_tree_store_clear(tree2); in on_set_option_mode2_activate()
630 gtk_tree_store_clear(tree2); in on_set_option_mode3_activate()
737 if (tree2) in on_split_clicked()
738 gtk_tree_store_clear(tree2); in on_split_clicked()
750 if (tree2) in on_full_clicked()
751 gtk_tree_store_clear(tree2); in on_full_clicked()
[all …]