Home
last modified time | relevance | path

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

/Linux-v5.15/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()
740 if (tree2) in on_split_clicked()
741 gtk_tree_store_clear(tree2); in on_split_clicked()
753 if (tree2) in on_full_clicked()
754 gtk_tree_store_clear(tree2); in on_full_clicked()
[all …]