Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/
Dgconf.c54 GtkTreeStore *tree1, *tree2, *tree; variable
195 tree = tree2 = gtk_tree_store_new(COL_NUMBER, in init_tree_model()
204 model2 = GTK_TREE_MODEL(tree2); in init_tree_model()
615 gtk_tree_store_clear(tree2); in on_set_option_mode1_activate()
624 gtk_tree_store_clear(tree2); in on_set_option_mode2_activate()
633 gtk_tree_store_clear(tree2); in on_set_option_mode3_activate()
743 if (tree2) in on_split_clicked()
744 gtk_tree_store_clear(tree2); in on_split_clicked()
756 if (tree2) in on_full_clicked()
757 gtk_tree_store_clear(tree2); in on_full_clicked()
[all …]